Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
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()
Drxe_queue.h75 size_t buf_size, struct rxe_mmap_info **ip_p);
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c800 void *ip_p; in mlx5e_lro_update_hdr() local
805 ip_p = skb->data + network_depth; in mlx5e_lro_update_hdr()
808 struct iphdr *ipv4 = ip_p; in mlx5e_lro_update_hdr()
810 tcp = ip_p + sizeof(struct iphdr); in mlx5e_lro_update_hdr()
828 struct ipv6hdr *ipv6 = ip_p; in mlx5e_lro_update_hdr()
830 tcp = ip_p + sizeof(struct ipv6hdr); in mlx5e_lro_update_hdr()
889 void *ip_p = skb->data + network_depth; in get_ip_proto() local
891 return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol : in get_ip_proto()
892 ((struct ipv6hdr *)ip_p)->nexthdr; in get_ip_proto()