Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c1633 if (skb_checksum_init(skb, IPPROTO_TCP, ip6_compute_pseudo)) in tcp_v6_rcv()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1968 if (skb_checksum_init(skb, IPPROTO_TCP, inet_compute_pseudo)) in tcp_v4_rcv()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4104 #define skb_checksum_init(skb, proto, compute_pseudo) \ macro