Home
last modified time | relevance | path

Searched refs:inet_csk_reqsk_queue_drop_and_put (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dinet_connection_sock.c746 void inet_csk_reqsk_queue_drop_and_put(struct sock *sk, struct request_sock *req) in inet_csk_reqsk_queue_drop_and_put() function
751 EXPORT_SYMBOL(inet_csk_reqsk_queue_drop_and_put);
810 inet_csk_reqsk_queue_drop_and_put(sk_listener, req); in reqsk_timer_handler()
Dtcp_minisocks.c779 inet_csk_reqsk_queue_drop_and_put(sk, req); in tcp_check_req()
Dtcp_ipv4.c1993 inet_csk_reqsk_queue_drop_and_put(sk, req); in tcp_v4_rcv()
/kernel/linux/linux-5.10/include/net/
Dinet_connection_sock.h288 void inet_csk_reqsk_queue_drop_and_put(struct sock *sk, struct request_sock *req);
/kernel/linux/linux-5.10/net/dccp/
Dipv4.c841 inet_csk_reqsk_queue_drop_and_put(sk, req); in dccp_v4_rcv()
Dipv6.c744 inet_csk_reqsk_queue_drop_and_put(sk, req); in dccp_v6_rcv()
/kernel/linux/linux-5.10/net/ipv6/
Dtcp_ipv6.c1663 inet_csk_reqsk_queue_drop_and_put(sk, req); in tcp_v6_rcv()