Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_queue.c41 size_t buf_size, struct rxe_mmap_info **ip_p) in do_mmap_info() argument
60 *ip_p = ip; in do_mmap_info()
Drxe_queue.h81 size_t buf_size, struct rxe_mmap_info **ip_p);
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c735 void *ip_p; in mlx5e_lro_update_hdr() local
740 ip_p = skb->data + network_depth; in mlx5e_lro_update_hdr()
743 struct iphdr *ipv4 = ip_p; in mlx5e_lro_update_hdr()
745 tcp = ip_p + sizeof(struct iphdr); in mlx5e_lro_update_hdr()
763 struct ipv6hdr *ipv6 = ip_p; in mlx5e_lro_update_hdr()
765 tcp = ip_p + sizeof(struct ipv6hdr); in mlx5e_lro_update_hdr()
824 void *ip_p = skb->data + network_depth; in get_ip_proto() local
826 return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol : in get_ip_proto()
827 ((struct ipv6hdr *)ip_p)->nexthdr; in get_ip_proto()