Home
last modified time | relevance | path

Searched refs:CSUM_IP_UDP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dmbuf.h632 #define CSUM_IP_UDP 0x00000002 /* UDP checksum offload */ macro
670 #define CSUM_FLAGS_TX (CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP_SCTP | \
707 #define CSUM_UDP CSUM_IP_UDP
/f-stack/tools/compat/include/sys/
H A Dmbuf.h456 #define CSUM_IP_UDP 0x00000002 /* UDP checksum offload */ macro
499 #define CSUM_UDP CSUM_IP_UDP
/f-stack/freebsd/net/
H A Dif_vxlan.c2429 const uint32_t v4 = CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP; in csum_flags_to_inner_flags()
2441 if (csum_flags_in & CSUM_IP_UDP) in csum_flags_to_inner_flags()
3111 hwa |= CSUM_IP_UDP; in vxlan_set_hwcaps()
H A Diflib.c309 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \