Home
last modified time | relevance | path

Searched refs:call_gro_receive_sk (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dgro.h126 static inline struct sk_buff *call_gro_receive_sk(gro_receive_sk_t cb, in call_gro_receive_sk() function
/linux/net/ipv4/
H A Dudp_offload.c625 pp = call_gro_receive_sk(udp_sk(sk)->gro_receive, sk, head, skb); in udp_gro_receive()