Searched refs:ip_p (Results 1 – 5 of 5) sorted by relevance
14 size_t buf_size, struct rxe_mmap_info **ip_p) in do_mmap_info() argument36 *ip_p = ip; in do_mmap_info()
81 size_t buf_size, struct rxe_mmap_info **ip_p);
470 unsigned long ip_p, sp, tmp, orig_ip = state->ip, prev_sp = state->sp; in unwind_next_frame() local583 ip_p = sp - sizeof(long); in unwind_next_frame()585 if (!deref_stack_reg(state, ip_p, &state->ip)) in unwind_next_frame()589 (unsigned long *)ip_p); in unwind_next_frame()
1168 void *ip_p; in mlx5e_lro_update_hdr() local1173 ip_p = skb->data + network_depth; in mlx5e_lro_update_hdr()1176 struct iphdr *ipv4 = ip_p; in mlx5e_lro_update_hdr()1178 tcp = ip_p + sizeof(struct iphdr); in mlx5e_lro_update_hdr()1195 struct ipv6hdr *ipv6 = ip_p; in mlx5e_lro_update_hdr()1197 tcp = ip_p + sizeof(struct ipv6hdr); in mlx5e_lro_update_hdr()1392 void *ip_p = skb->data + network_depth; in get_ip_proto() local1394 return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol : in get_ip_proto()1395 ((struct ipv6hdr *)ip_p)->nexthdr; in get_ip_proto()
238 iphdr->ip_p = IPPROTO_UDP; in send_udp_frags()