Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dinet_connection_sock.c678 void inet_csk_reqsk_queue_drop_and_put(struct sock *sk, struct request_sock *req) in inet_csk_reqsk_queue_drop_and_put() function
683 EXPORT_SYMBOL(inet_csk_reqsk_queue_drop_and_put);
748 inet_csk_reqsk_queue_drop_and_put(sk_listener, req); in reqsk_timer_handler()
Dtcp_ipv4.c1871 inet_csk_reqsk_queue_drop_and_put(sk, req); in tcp_v4_rcv()
/Linux-v5.4/include/net/
Dinet_connection_sock.h288 void inet_csk_reqsk_queue_drop_and_put(struct sock *sk, struct request_sock *req);
/Linux-v5.4/net/dccp/
Dipv4.c837 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-v5.4/net/ipv6/
Dtcp_ipv6.c1541 inet_csk_reqsk_queue_drop_and_put(sk, req); in tcp_v6_rcv()