Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dudp_offload.c133 struct udphdr *uh = udp_gro_udphdr(skb); in udp6_gro_receive()
/linux/net/ipv4/
H A Dudp_offload.c460 struct udphdr *uh = udp_gro_udphdr(skb); in udp_gro_receive_segment()
628 struct udphdr *uh = udp_gro_udphdr(skb); in udp4_gro_receive()
/linux/include/net/
H A Dgro.h423 static inline struct udphdr *udp_gro_udphdr(struct sk_buff *skb) in udp_gro_udphdr() function