Searched refs:ip_p (Results 1 – 4 of 4) sorted by relevance
31 ip->ip_p = IPPROTO_ICMP; in set_icmp_header()
1216 if (ip->ip_p == IPPROTO_ICMP) { in net_process_received_packet()1219 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet()1233 xsum = ip->ip_p; in net_process_received_packet()1474 ip->ip_p = IPPROTO_UDP; in net_set_udp_header()
368 u8 ip_p; /* protocol */ member392 u8 ip_p; /* protocol */ member
116 if (ip->ip_p == IPPROTO_ICMP) { in sb_eth_send()