Home
last modified time | relevance | path

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

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