Lines Matching defs:nvgre_softc

403 struct nvgre_softc {
406 RBT_ENTRY(nvgre_softc) sc_uentry;
407 RBT_ENTRY(nvgre_softc) sc_mentry;
422 RBT_HEAD(nvgre_ucast_tree, nvgre_softc);
423 RBT_HEAD(nvgre_mcast_tree, nvgre_softc);
426 nvgre_cmp_ucast(const struct nvgre_softc *,
427 const struct nvgre_softc *);
434 nvgre_cmp_mcast_sc(const struct nvgre_softc *,
435 const struct nvgre_softc *);
437 RBT_PROTOTYPE(nvgre_ucast_tree, nvgre_softc, sc_uentry, nvgre_cmp_ucast);
438 RBT_PROTOTYPE(nvgre_mcast_tree, nvgre_softc, sc_mentry, nvgre_cmp_mcast_sc);
446 static int nvgre_up(struct nvgre_softc *);
447 static int nvgre_down(struct nvgre_softc *);
448 static int nvgre_set_parent(struct nvgre_softc *, const char *);
456 static int nvgre_add_addr(struct nvgre_softc *, const struct ifbareq *);
457 static int nvgre_del_addr(struct nvgre_softc *, const struct ifbareq *);
753 struct nvgre_softc *sc;
812 struct nvgre_softc *sc = ifp->if_softc;
1320 static inline struct nvgre_softc *
1323 struct nvgre_softc *sc;
1327 * building an nvgre_softc to use with RBT_FIND is expensive, and
1348 static inline struct nvgre_softc *
1353 (struct nvgre_softc *)key));
1360 struct nvgre_softc *sc;
2534 struct nvgre_softc *sc = ifp->if_softc;
3403 nvgre_up(struct nvgre_softc *sc)
3473 nvgre_down(struct nvgre_softc *sc)
3528 struct nvgre_softc *sc = arg;
3540 nvgre_set_parent(struct nvgre_softc *sc, const char *parent)
3563 nvgre_add_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
3633 nvgre_del_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
3641 struct nvgre_softc *sc = ifp->if_softc;
3717 nvgre_send4(struct nvgre_softc *sc, struct mbuf_list *ml)
3739 nvgre_send6(struct nvgre_softc *sc, struct mbuf_list *ml)
3763 struct nvgre_softc *sc = arg;
4186 nvgre_cmp_ucast(const struct nvgre_softc *na, const struct nvgre_softc *nb)
4227 nvgre_cmp_mcast_sc(const struct nvgre_softc *na, const struct nvgre_softc *nb)
4236 RBT_GENERATE(nvgre_ucast_tree, nvgre_softc, sc_uentry, nvgre_cmp_ucast);
4237 RBT_GENERATE(nvgre_mcast_tree, nvgre_softc, sc_mentry, nvgre_cmp_mcast_sc);
4279 struct nvgre_softc *sc = arg;
4310 struct nvgre_softc *sc = arg;
4318 struct nvgre_softc *sc = arg;