Home
last modified time | relevance | path

Searched refs:sock_def_readable (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/mptcp/
H A Dprotocol.h730 sk->sk_data_ready = sock_def_readable; in mptcp_subflow_tcp_fallback()
H A Dsubflow.c1913 WARN_ON_ONCE(sk->sk_data_ready != sock_def_readable); in subflow_ulp_init()
/openbmc/linux/net/core/
H A Dsock.c3320 void sock_def_readable(struct sock *sk) in sock_def_readable() function
3452 sk->sk_data_ready = sock_def_readable; in sock_init_data_uid()
/openbmc/linux/net/xdp/
H A Dxsk.c334 sock_def_readable(&xs->sk); in xsk_flush()
/openbmc/linux/include/net/
H A Dsock.h3018 void sock_def_readable(struct sock *sk);
/openbmc/linux/net/ipv4/
H A Dudp.c1565 INDIRECT_CALL_1(sk->sk_data_ready, sock_def_readable, sk); in __udp_enqueue_schedule_skb()