ip_p              416 arch/x86/kernel/unwind_orc.c 	unsigned long ip_p, sp, tmp, orig_ip = state->ip, prev_sp = state->sp;
ip_p              523 arch/x86/kernel/unwind_orc.c 		ip_p = sp - sizeof(long);
ip_p              525 arch/x86/kernel/unwind_orc.c 		if (!deref_stack_reg(state, ip_p, &state->ip))
ip_p              529 arch/x86/kernel/unwind_orc.c 						  state->ip, (void *)ip_p);
ip_p               41 drivers/infiniband/sw/rxe/rxe_queue.c 		 size_t buf_size, struct rxe_mmap_info **ip_p)
ip_p               63 drivers/infiniband/sw/rxe/rxe_queue.c 	*ip_p = ip;
ip_p               81 drivers/infiniband/sw/rxe/rxe_queue.h 		 size_t buf_size, struct rxe_mmap_info **ip_p);
ip_p              736 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	void *ip_p;
ip_p              741 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	ip_p = skb->data + network_depth;
ip_p              744 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		struct iphdr *ipv4 = ip_p;
ip_p              746 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		tcp = ip_p + sizeof(struct iphdr);
ip_p              764 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		struct ipv6hdr *ipv6 = ip_p;
ip_p              766 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		tcp = ip_p + sizeof(struct ipv6hdr);
ip_p              825 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	void *ip_p = skb->data + network_depth;
ip_p              827 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol :
ip_p              828 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 					    ((struct ipv6hdr *)ip_p)->nexthdr;
ip_p              238 tools/testing/selftests/net/ip_defrag.c 		iphdr->ip_p = IPPROTO_UDP;