Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dinet_connection_sock.c676 void inet_csk_reqsk_queue_drop_and_put(struct sock *sk, struct request_sock *req) in inet_csk_reqsk_queue_drop_and_put() function
681 EXPORT_SYMBOL(inet_csk_reqsk_queue_drop_and_put);
746 inet_csk_reqsk_queue_drop_and_put(sk_listener, req); in reqsk_timer_handler()
Dtcp_ipv4.c1754 inet_csk_reqsk_queue_drop_and_put(sk, req); in tcp_v4_rcv()
/Linux-v4.19/include/net/
Dinet_connection_sock.h292 void inet_csk_reqsk_queue_drop_and_put(struct sock *sk, struct request_sock *req);
/Linux-v4.19/net/dccp/
Dipv4.c838 inet_csk_reqsk_queue_drop_and_put(sk, req); in dccp_v4_rcv()
Dipv6.c739 inet_csk_reqsk_queue_drop_and_put(sk, req); in dccp_v6_rcv()
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c1488 inet_csk_reqsk_queue_drop_and_put(sk, req); in tcp_v6_rcv()