HomeSort by: relevance | last modified time | path
    Searched refs:lagg_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/lagg/
if_laggproto.h 32 struct lagg_softc;
68 struct lagg_softc *lp_softc; /* parent lagg */
98 int (*pr_attach)(struct lagg_softc *,
146 struct lagg_softc { struct
187 * of struct lagg_softc
268 lagg_debug_enable(struct lagg_softc *sc)
287 void lagg_output(struct lagg_softc *,
289 uint32_t lagg_hashmbuf(struct lagg_softc *, struct mbuf *);
290 void lagg_set_linkspeed(struct lagg_softc *, uint64_t);
304 int lagg_none_attach(struct lagg_softc *,
    [all...]
if_lagg.c 140 static int lagg_init_locked(struct lagg_softc *);
142 static void lagg_stop_locked(struct lagg_softc *);
151 static struct lagg_softc *
153 static void lagg_softc_free(struct lagg_softc *);
154 static int lagg_setup_sysctls(struct lagg_softc *);
155 static void lagg_teardown_sysctls(struct lagg_softc *);
156 static int lagg_proto_attach(struct lagg_softc *, lagg_proto,
159 static int lagg_proto_up(struct lagg_softc *);
160 static void lagg_proto_down(struct lagg_softc *);
161 static int lagg_proto_allocport(struct lagg_softc *, struct lagg_port *)
    [all...]
if_laggproto.c 53 struct lagg_softc *psc_softc;
104 lagg_proto_alloc(lagg_proto, struct lagg_softc *);
153 lagg_proto_alloc(lagg_proto pr, struct lagg_softc *sc)
448 lagg_none_attach(struct lagg_softc *sc, struct lagg_proto_softc **pscp)
456 lagg_fail_attach(struct lagg_softc *sc, struct lagg_proto_softc **xpsc)
615 lagg_lb_attach(struct lagg_softc *sc, struct lagg_proto_softc **xpsc)
if_lagg_lacp.c 151 struct lagg_softc *lsc_softc;
196 * sc_lock in struct lagg_softc
311 struct lagg_softc *sc;
463 lacp_attach(struct lagg_softc *sc, struct lagg_proto_softc **lscp)
537 struct lagg_softc *sc __diagused = lsc->lsc_softc;
565 struct lagg_softc *sc;
596 struct lagg_softc *sc;
665 struct lagg_softc *sc;
1122 struct lagg_softc *sc;
1547 struct lagg_softc *sc
    [all...]

Completed in 14 milliseconds