Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dtcp_ipv6.c75 static void tcp_v6_send_reset(const struct sock *sk, struct sk_buff *skb,
824 .send_reset = tcp_v6_send_reset,
1003 static void tcp_v6_send_reset(const struct sock *sk, struct sk_buff *skb, in tcp_v6_send_reset()
1577 tcp_v6_hnd_req and tcp_v6_send_reset(). --ANK
1657 tcp_v6_send_reset(sk, skb, sk_rst_convert_drop_reason(reason));
1847 tcp_v6_send_reset(nsk, skb, rst_reason);
1929 tcp_v6_send_reset(NULL, skb, sk_rst_convert_drop_reason(drop_reason));
1990 tcp_v6_send_reset(sk, skb, SK_RST_REASON_TCP_TIMEWAIT_SOCKET);
988 static void tcp_v6_send_reset(const struct sock *sk, struct sk_buff *skb, tcp_v6_send_reset() function