Home
last modified time | relevance | path

Searched refs:IP_DF (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/netd/bpf_progs/
H A Dclatd.c38 #define IP_DF 0x4000 // Flag: "Don't Fragment" macro
105 .frag_off = htons(IP_DF), // u16
232 if (ip4->frag_off & ~htons(IP_DF)) return TC_ACT_OK;
/aosp12/bionic/libc/include/netinet/
H A Dip.h63 #define IP_DF 0x4000 /* dont fragment flag */ macro
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Doffload.c32 #define IP_DF 0x4000 // Flag: "Don't Fragment" macro
403 if (ip->frag_off & ~htons(IP_DF)) TC_PUNT(IS_IP_FRAG);