Searched refs:tcp_v6_send_response (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/net/ipv6/ |
D | tcp_ipv6.c | 980 static void tcp_v6_send_response(struct sk_buff *skb, u32 seq, u32 ack, u32 win, in tcp_v6_send_response() function 1095 tcp_v6_send_response(skb, seq, ack_seq, 0, 0, key, 1, 0); in tcp_v6_send_reset() 1101 tcp_v6_send_response(skb, seq, ack, win, ts, key, 0, tclass); in tcp_v6_send_ack()
|