Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dtcpv6_offload.c64 __tcp_v6_send_check(skb, &ipv6h->saddr, &ipv6h->daddr); in tcp6_gso_segment()
H A Dtcp_ipv6.c547 __tcp_v6_send_check(skb, &ireq->ir_v6_loc_addr, in tcp_v6_send_synack()
926 __tcp_v6_send_check(buff, &fl6.saddr, &fl6.daddr); in tcp_v6_send_response()
1888 __tcp_v6_send_check(skb, &sk->sk_v6_rcv_saddr, &sk->sk_v6_daddr); in tcp_v6_send_check()
/openbmc/linux/include/net/
H A Dip6_checksum.h54 static inline void __tcp_v6_send_check(struct sk_buff *skb, in __tcp_v6_send_check() function