Searched refs:if_lagg (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/modules/if_lagg/
H A DMakefile4 KMOD= if_lagg
5 SRCS= if_lagg.c ieee8023ad_lacp.c opt_inet.h opt_inet6.h opt_kern_tls.h
/freebsd-13-stable/lib/libifconfig/
H A Dlibifconfig_lagg.c36 #include <net/if_lagg.h>
/freebsd-13-stable/sys/net/
H A Dif_debug.c83 IF_DB_PRINTF("%p", if_lagg);
H A Dif_lagg.c76 #include <net/if_lagg.h>
87 #define LAGG_SX_INIT(_sc) sx_init(&(_sc)->sc_sx, "if_lagg sx")
114 "if_lagg list", NULL, MTX_DEF)
350 "if_lagg",
355 DECLARE_MODULE(if_lagg, lagg_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
356 MODULE_VERSION(if_lagg, 1);
357 MODULE_DEPEND(if_lagg, if_infiniband, 1, 1, 1);
748 if (ifp->if_lagg != NULL) {
750 lp = (struct lagg_port *)ifp->if_lagg;
845 ifp->if_lagg
[all...]
H A Dif_infiniband.c49 #include <net/if_lagg.h>
62 /* if_lagg(4) support */
452 ("%s: if_lagg not loaded!", __func__));
H A Dif_var.h363 void *if_lagg; /* lagg glue */ member in struct:ifnet
H A Dieee8023ad_lacp.c61 #include <net/if_lagg.h>
H A Dif.c2296 if (ifp->if_lagg)
/freebsd-13-stable/sbin/ifconfig/
H A Diflagg.c19 #include <net/if_lagg.h>
/freebsd-13-stable/share/examples/libifconfig/
H A Dstatus.c38 #include <net/if_lagg.h>
/freebsd-13-stable/sys/modules/
H A DMakefile162 if_lagg \
/freebsd-13-stable/share/man/man4/
H A DMakefile701 MLINKS+=lagg.4 if_lagg.4

Completed in 216 milliseconds