Searched refs:IP_RF (Results 1 – 6 of 6) sorted by relevance
107 #define IP_RF 0x8000 /* reserved fragment flag */ macro
1266 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input_first_pass()1576 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input_second_pass()
245 if (__improbable(ntohs(iph->ip_off) & ~(IP_DF | IP_RF))) { in flow_pkt_classify()
1080 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()
731 if (ntohs(iph->ip_off) & ~(IP_DF | IP_RF)) { in dlil_clat46()
1862 if ((ntohs(iphdr.ip_off) & ~(IP_DF | IP_RF)) && in if_ports_used_match_mbuf()