OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:agr_softc
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/net/agr/
if_agrethervar.h
32
struct
agr_softc
;
39
uint32_t agrether_hashmbuf(struct
agr_softc
*, struct mbuf *);
ieee8023ad_impl.h
46
struct
agr_softc
;
48
void ieee8023ad_ctor(struct
agr_softc
*);
49
void ieee8023ad_dtor(struct
agr_softc
*);
52
struct agr_port *ieee8023ad_select_tx_port(struct
agr_softc
*, struct mbuf *);
53
void ieee8023ad_lacp_porttick(struct
agr_softc
*, struct agr_port *);
if_agrsubr.h
40
int agr_mc_init(struct
agr_softc
*, struct agr_multiaddrs *);
41
int agr_mc_purgeall(struct
agr_softc
*, struct agr_multiaddrs *);
45
int agr_port_foreach(struct
agr_softc
*, int (*)(struct agr_port *, void *),
49
int agr_configmulti_ifreq(struct
agr_softc
*, struct agr_multiaddrs *,
if_agrvar_impl.h
41
struct
agr_softc
;
63
void (*iftop_tick)(struct
agr_softc
*);
64
void (*iftop_porttick)(struct
agr_softc
*, struct agr_port *);
74
int (*iftop_ctor)(struct
agr_softc
*, struct ifnet *);
76
void (*iftop_dtor)(struct
agr_softc
*);
83
int (*iftop_portinit)(struct
agr_softc
*, struct agr_port *);
89
int (*iftop_portfini)(struct
agr_softc
*, struct agr_port *);
91
struct agr_port *(*iftop_select_tx_port)(struct
agr_softc
*,
93
uint32_t (*iftop_hashmbuf)(struct
agr_softc
*, struct mbuf *);
95
int (*iftop_configmulti_port)(struct
agr_softc
*, struct agr_port *
106
struct
agr_softc
{
struct
[
all
...]
if_agrsoftc.c
45
struct
agr_softc
*
48
struct
agr_softc
*sc;
65
agr_free_softc(struct
agr_softc
*sc)
if_agrtimer.c
47
agrtimer_init(struct
agr_softc
*sc)
62
agrtimer_destroy(struct
agr_softc
*sc)
70
agrtimer_start(struct
agr_softc
*sc)
77
agrtimer_stop(struct
agr_softc
*sc)
86
struct
agr_softc
*sc = arg;
94
struct
agr_softc
*sc = arg;
113
struct
agr_softc
*sc = arg;
if_agrether.c
53
static int agrether_ctor(struct
agr_softc
*, struct ifnet *);
54
static void agrether_dtor(struct
agr_softc
*);
55
static int agrether_portinit(struct
agr_softc
*, struct agr_port *);
56
static int agrether_portfini(struct
agr_softc
*, struct agr_port *);
57
static struct agr_port *agrether_select_tx_port(struct
agr_softc
*,
59
static int agrether_configmulti_port(struct
agr_softc
*, struct agr_port *,
61
static int agrether_configmulti_ifreq(struct
agr_softc
*, struct ifreq *,
88
agrether_ctor(struct
agr_softc
*sc, struct ifnet *ifp_port)
122
agrether_dtor(struct
agr_softc
*sc)
137
agrether_portinit(struct
agr_softc
*sc, struct agr_port *port
[
all
...]
if_agr.c
74
static int agr_setconfig(struct
agr_softc
*, const struct agrreq *);
75
static int agr_getconfig(struct
agr_softc
*, struct agrreq *);
76
static int agr_getportlist(struct
agr_softc
*, struct agrreq *);
82
static struct agr_port *agr_select_tx_port(struct
agr_softc
*, struct mbuf *);
85
static int agr_config_promisc(struct
agr_softc
*);
88
static int agrport_cleanup(struct
agr_softc
*, struct agr_port *);
90
static int agr_enter(struct
agr_softc
*);
91
static void agr_exit(struct
agr_softc
*);
92
static int agr_pause(struct
agr_softc
*);
93
static void agr_evacuate(struct
agr_softc
*);
[
all
...]
if_agrmonitor.c
45
struct
agr_softc
*sc = AGR_SC_FROM_PORT(port);
if_agrsubr.c
67
agr_mc_purgeall(struct
agr_softc
*sc, struct agr_multiaddrs *ama)
87
agr_mc_init(struct
agr_softc
*sc, struct agr_multiaddrs *ama)
172
agr_port_foreach(struct
agr_softc
*sc,
237
agr_configmulti_ifreq(struct
agr_softc
*sc, struct agr_multiaddrs *ama,
ieee8023ad_lacp.c
95
struct
agr_softc
*sc;
287
ieee8023ad_lacp_porttick(struct
agr_softc
*sc, struct agr_port *port)
434
struct
agr_softc
*sc = vp;
458
struct
agr_softc
*sc = AGR_SC_FROM_PORT(port);
468
ieee8023ad_ctor(struct
agr_softc
*sc)
480
ieee8023ad_dtor(struct
agr_softc
*sc)
495
ieee8023ad_select_tx_port(struct
agr_softc
*sc, struct mbuf *m)
if_agrether_hash.c
72
agrether_hashmbuf(struct
agr_softc
*sc, struct mbuf *m)
Completed in 15 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025