Home
last modified time | relevance | path

Searched refs:ip_p (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_queue.c14 size_t buf_size, struct rxe_mmap_info **ip_p) in do_mmap_info()
36 *ip_p = ip; in do_mmap_info()
12 do_mmap_info(struct rxe_dev *rxe, struct mminfo __user *outbuf, struct ib_udata *udata, struct rxe_queue_buf *buf, size_t buf_size, struct rxe_mmap_info **ip_p) do_mmap_info() argument
H A Drxe_queue.h54 size_t buf_size, struct rxe_mmap_info **ip_p);
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_queue.c14 size_t buf_size, struct rxe_mmap_info **ip_p) in do_mmap_info()
36 *ip_p = ip; in do_mmap_info()
12 do_mmap_info(struct rxe_dev *rxe, struct mminfo __user *outbuf, struct ib_udata *udata, struct rxe_queue_buf *buf, size_t buf_size, struct rxe_mmap_info **ip_p) do_mmap_info() argument
H A Drxe_queue.h81 size_t buf_size, struct rxe_mmap_info **ip_p);
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dunwind_orc.c424 unsigned long ip_p, sp, tmp, orig_ip = state->ip, prev_sp = state->sp; in unwind_next_frame() local
534 ip_p = sp - sizeof(long); in unwind_next_frame()
536 if (!deref_stack_reg(state, ip_p, &state->ip)) in unwind_next_frame()
540 state->ip, (void *)ip_p); in unwind_next_frame()
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H A Dip.h87 uint8_t ip_p; member
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dunwind_orc.c470 unsigned long ip_p, sp, tmp, orig_ip = state->ip, prev_sp = state->sp; in unwind_next_frame() local
583 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c798 void *ip_p; in mlx5e_lro_update_hdr() local
803 ip_p = skb->data + network_depth; in mlx5e_lro_update_hdr()
806 struct iphdr *ipv4 = ip_p; in mlx5e_lro_update_hdr()
808 tcp = ip_p + sizeof(struct iphdr); in mlx5e_lro_update_hdr()
826 struct ipv6hdr *ipv6 = ip_p; in mlx5e_lro_update_hdr()
828 tcp = ip_p + sizeof(struct ipv6hdr); in mlx5e_lro_update_hdr()
887 void *ip_p = skb->data + network_depth; in get_ip_proto() local
889 return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol : in get_ip_proto()
890 ((struct ipv6hdr *)ip_p)->nexthdr; in get_ip_proto()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1171 void *ip_p; in mlx5e_lro_update_hdr() local
1176 ip_p = skb->data + network_depth; in mlx5e_lro_update_hdr()
1179 struct iphdr *ipv4 = ip_p; in mlx5e_lro_update_hdr()
1181 tcp = ip_p + sizeof(struct iphdr); in mlx5e_lro_update_hdr()
1199 struct ipv6hdr *ipv6 = ip_p; in mlx5e_lro_update_hdr()
1201 tcp = ip_p + sizeof(struct ipv6hdr); in mlx5e_lro_update_hdr()
1396 void *ip_p = skb->data + network_depth; in get_ip_proto() local
1398 return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol : in get_ip_proto()
1399 ((struct ipv6hdr *)ip_p)->nexthdr; in get_ip_proto()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dip_defrag.c238 iphdr->ip_p = IPPROTO_UDP; in send_udp_frags()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dip_defrag.c238 iphdr->ip_p = IPPROTO_UDP; in send_udp_frags()

Completed in 12 milliseconds