Home
last modified time | relevance | path

Searched refs:IFCAP_VLAN_HWCSUM (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/ifconfig/
H A Difvlan.c316 DEF_CMD("vlanhwcsum", IFCAP_VLAN_HWCSUM, setifcap),
317 DEF_CMD("-vlanhwcsum", -IFCAP_VLAN_HWCSUM, setifcap),
/f-stack/freebsd/net/
H A Dif_edsc.c133 IFCAP_VLAN_MTU | IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_HWCSUM | in edsc_clone_create()
H A Dif.h229 #define IFCAP_VLAN_HWCSUM 0x00080 /* can do IFCAP_HWCSUM on VLANs */ macro
H A Dif_vlan.c1722 if (p->if_capabilities & IFCAP_VLAN_HWCSUM) in vlan_capabilities()
1724 if (p->if_capenable & IFCAP_VLAN_HWCSUM && in vlan_capabilities()
1756 if (p->if_capabilities & IFCAP_VLAN_HWCSUM) in vlan_capabilities()
1758 if (p->if_capenable & IFCAP_VLAN_HWCSUM) in vlan_capabilities()
H A Dif_tuntap.c164 | IFCAP_VLAN_HWCSUM \
H A Diflib.c4232 IFCAP_VLAN_HWTSO | IFCAP_VLAN_HWCSUM | IFCAP_NOMAP)
/f-stack/tools/compat/include/net/
H A Dif.h215 #define IFCAP_VLAN_HWCSUM 0x00080 /* can do IFCAP_HWCSUM on VLANs */ macro