Home
last modified time | relevance | path

Searched refs:ip_p (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_queue.c14 size_t buf_size, struct rxe_mmap_info **ip_p) in do_mmap_info() argument
36 *ip_p = ip; in do_mmap_info()
A Drxe_queue.h81 size_t buf_size, struct rxe_mmap_info **ip_p);
/linux-6.3-rc2/arch/x86/kernel/
A Dunwind_orc.c443 unsigned long ip_p, sp, tmp, orig_ip = state->ip, prev_sp = state->sp; in unwind_next_frame() local
558 ip_p = sp - sizeof(long); in unwind_next_frame()
560 if (!deref_stack_reg(state, ip_p, &state->ip)) in unwind_next_frame()
564 (unsigned long *)ip_p); in unwind_next_frame()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c1086 void *ip_p; in mlx5e_lro_update_hdr() local
1091 ip_p = skb->data + network_depth; in mlx5e_lro_update_hdr()
1094 struct iphdr *ipv4 = ip_p; in mlx5e_lro_update_hdr()
1096 tcp = ip_p + sizeof(struct iphdr); in mlx5e_lro_update_hdr()
1114 struct ipv6hdr *ipv6 = ip_p; in mlx5e_lro_update_hdr()
1116 tcp = ip_p + sizeof(struct ipv6hdr); in mlx5e_lro_update_hdr()
1311 void *ip_p = skb->data + network_depth; in get_ip_proto() local
1313 return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol : in get_ip_proto()
1314 ((struct ipv6hdr *)ip_p)->nexthdr; in get_ip_proto()
/linux-6.3-rc2/tools/testing/selftests/net/
A Dip_defrag.c238 iphdr->ip_p = IPPROTO_UDP; in send_udp_frags()

Completed in 14 milliseconds