Home
last modified time | relevance | path

Searched refs:IFCAP_HWCSUM_IPV6 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net/
H A Dif_loop.c139 IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6 | IFCAP_LINKSTATE; in lo_clone_create()
H A Dif.h255 #define IFCAP_HWCSUM_IPV6 (IFCAP_RXCSUM_IPV6 | IFCAP_TXCSUM_IPV6) macro
H A Dif_vlan.c1723 cap |= p->if_capabilities & (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6); in vlan_capabilities()
1726 ena |= mena & (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6); in vlan_capabilities()
H A Dif_vxlan.c3103 cap |= p->if_capabilities & (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6); in vxlan_set_hwcaps()
3106 (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6); in vxlan_set_hwcaps()
H A Dif_tuntap.c163 #define TAP_VNET_HDR_CAPS (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6 \
H A Diflib.c4229 #define IFCAP_FLAGS (IFCAP_HWCSUM_IPV6 | IFCAP_HWCSUM | IFCAP_LRO | \
/f-stack/tools/compat/include/net/
H A Dif.h241 #define IFCAP_HWCSUM_IPV6 (IFCAP_RXCSUM_IPV6 | IFCAP_TXCSUM_IPV6) macro
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c314 IFCAP_HWCSUM_IPV6); in gen_attach()