Searched refs:ip_p (Results 1 – 6 of 6) sorted by relevance
122 p.ip_udp.ip_p = IPPROTO_UDP; in send_dhcp_discover()386 buffer.p.ip_udp.ip_p != IPPROTO_UDP || in execute()
43 ut_asserteq(ip_udp_hdr->ip_p, IPPROTO_UDP); in sb_log_tx_handler()
130 if (ip->ip_p != IPPROTO_ICMP) in sandbox_eth_ping_req_to_reply()235 ipr->ip_p = IPPROTO_ICMP; in sandbox_eth_recv_ping_req()
384 u8 ip_p; /* protocol */ member408 u8 ip_p; /* protocol */ member
1253 if (ip->ip_p == IPPROTO_ICMP) { in net_process_received_packet()1256 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet()1273 xsum = ip->ip_p; in net_process_received_packet()1488 ip->ip_p = proto; in net_set_ip_header()
365 if (ip->ip_p != IPPROTO_ICMP) in sb_check_ping_reply()
Completed in 13 milliseconds