Searched refs:ipr (Results 1 – 2 of 2) sorted by relevance
196 struct iphdr *ipr; in sandbox_eth_ping_req_to_reply() local223 ipr->sum = 0; in sandbox_eth_ping_req_to_reply()224 ipr->off = 0; in sandbox_eth_ping_req_to_reply()225 ipr->dst = ip->src; in sandbox_eth_ping_req_to_reply()227 ipr->sum = compute_ip_checksum(ipr, IPHDR_SIZE); in sandbox_eth_ping_req_to_reply()294 struct iphdr *ipr; in sandbox_eth_recv_ping_req() local309 ipr->hl_v = 0x45; in sandbox_eth_recv_ping_req()312 ipr->prot = IPPROTO_ICMP; in sandbox_eth_recv_ping_req()313 ipr->sum = 0; in sandbox_eth_recv_ping_req()315 ipr->dst = net_ip.s_addr; in sandbox_eth_recv_ping_req()[all …]
25 u32 ipr; member
Completed in 5 milliseconds