Searched refs:tcp_v4_send_reset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 668 static void tcp_v4_send_reset(const struct sock *sk, struct sk_buff *skb) in tcp_v4_send_reset() function 1490 .send_reset = tcp_v4_send_reset, 1733 tcp_v4_send_reset(rsk, skb); in tcp_v4_do_rcv() 2050 tcp_v4_send_reset(nsk, skb); in tcp_v4_rcv() 2119 tcp_v4_send_reset(NULL, skb); in tcp_v4_rcv() 2168 tcp_v4_send_reset(sk, skb); in tcp_v4_rcv()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 678 static void tcp_v4_send_reset(const struct sock *sk, struct sk_buff *skb) in tcp_v4_send_reset() function 1517 .send_reset = tcp_v4_send_reset, 1758 tcp_v4_send_reset(rsk, skb); in tcp_v4_do_rcv() 2101 tcp_v4_send_reset(nsk, skb); in tcp_v4_rcv() 2179 tcp_v4_send_reset(NULL, skb); in tcp_v4_rcv() 2230 tcp_v4_send_reset(sk, skb); in tcp_v4_rcv()
|
Completed in 9 milliseconds