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

  /src/sys/modules/if_lagg/
Makefile 5 .PATH: ${S}/net/lagg
8 IOCONF= lagg.ioconf
  /src/tests/net/if_lagg/
Makefile 7 .for name in lagg
t_lagg.sh 145 atf_set "descr" "tests for create, destroy, and ioctl of lagg(4)"
153 rump_server_start $SOCK_HOST0 lagg
224 atf_set "descr" "tests for a MAC address to assign to lagg(4)"
233 rump_server_start $SOCK_HOST0 lagg
248 # the first port to lagg.
319 atf_set "descr" "tests for a IPV6 LLA to assign to lagg(4)"
327 rump_server_start $SOCK_HOST0 netinet6 lagg
375 rump_server_start $SOCK_HOST0 lagg
445 rump_server_start $SOCK_HOST0 lagg
446 rump_server_start $SOCK_HOST1 lagg
    [all...]
  /src/sys/rump/net/lib/liblagg/
Makefile 4 .PATH: ${.CURDIR}/../../../../net/lagg
9 IOCONF= LAGG.ioconf
  /src/sys/net/
Makefile 14 SUBDIR= agr npf lagg
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c 745 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
748 if (lagg->dtagd_nrecs < ragg->dtagd_nrecs)
751 if (lagg->dtagd_nrecs > ragg->dtagd_nrecs)
781 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
790 nrecs = lagg->dtagd_nrecs - 1;
802 lrec = &lagg->dtagd_rec[ndx];
892 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
900 assert(lagg->dtagd_nrecs == ragg->dtagd_nrecs);
902 lrec = &lagg->dtagd_rec[lagg->dtagd_nrecs - 1]
    [all...]
  /src/sbin/ifconfig/
lagg.c 1 /* $NetBSD: lagg.c,v 1.8 2024/04/09 08:53:08 yamaguchi Exp $ */
31 __RCSID("$NetBSD: lagg.c,v 1.8 2024/04/09 08:53:08 yamaguchi Exp $");
111 struct pstr laggproto = PSTR_INITIALIZER(&laggproto, "lagg-protocol",
114 "lagg-port-interface", setlaggport, "laggport",
117 "lagg-port-interface", setlaggport, "laggport",
120 "lagg-port-priority", 0, UINT16_MAX, 10,
123 "lagg-lacp-maxports", 1, UINT32_MAX, 10,
127 "lagg-port-priority", 0, UINT16_MAX, 10,
130 "lagg-port-interface", NULL, "laggport",
162 struct pkw lagglacp = PKW_INITIALIZER(&lagglacp, "lagg-lacp-option"
188 struct pkw lagg = PKW_INITIALIZER(&lagg, "lagg", NULL, NULL, variable in typeref:struct:pkw
    [all...]
  /src/sys/net/lagg/
if_laggproto.c 49 #include <net/lagg/if_lagg.h>
50 #include <net/lagg/if_laggproto.h>
if_lagg.c 68 #include <net/lagg/if_lagg.h>
69 #include <net/lagg/if_laggproto.h>
202 IF_CLONE_INITIALIZER("lagg", lagg_clone_create, lagg_clone_destroy);
216 (_sc)->sc_if.if_xname : "lagg", ##_args); \
431 lagg_evcnt_attach(sc, &sc->sc_novar, "no lagg variant");
760 /* set the MTU to the lagg interface */
820 SYSCTL_DESCR("lagg information and settings"),
1133 /* This interface is not a member of lagg */
1976 /* Get common capabilities for the lagg ports */
1990 * Apply common enabled capabilities back to the lagg ports
    [all...]
if_lagg_lacp.c 58 #include <net/lagg/if_lagg.h>
59 #include <net/lagg/if_laggproto.h>
60 #include <net/lagg/if_lagg_lacp.h>
517 lacp_evcnt_attach(lsc, &lsc->lsc_nolaggport, "No lagg context");
  /src/share/man/man4/
Makefile 42 l2tp.4 lagg.4 lc.4 ld.4 lii.4 lo.4 lua.4 lxtphy.4 \

Completed in 49 milliseconds