Home
last modified time | relevance | path

Searched refs:IP_RF (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/bsd/netinet/ !
H A Dip.h107 #define IP_RF 0x8000 /* reserved fragment flag */ macro
H A Dip_input.c1254 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input_first_pass()
1564 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input_second_pass()
2077 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/ !
H A Dflow_classifier.c245 if (__improbable(ntohs(iph->ip_off) & ~(IP_DF | IP_RF))) { in flow_pkt_classify()
H A Dflow_agg.c1080 if ((ntohs(siph->ip_off) & (IP_DF | IP_RF)) != in can_agg_slowpath()
1081 (ntohs(iph->ip_off) & (IP_DF | IP_RF))) { in can_agg_slowpath()
/xnu-11417.121.6/bsd/net/ !
H A Ddlil_subr.c848 if (ntohs(iph->ip_off) & ~(IP_DF | IP_RF)) { in dlil_clat46()
H A Dif_ports_used.c1527 if ((ntohs(iphdr.ip_off) & ~(IP_DF | IP_RF)) && in if_ports_used_match_mbuf()