Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_offload.c131 th->check = gso_make_checksum(skb, ~th->check); in tcp_gso_segment()
175 th->check = gso_make_checksum(skb, ~th->check); in tcp_gso_segment()
H A Dudp_offload.c135 uh->check = gso_make_checksum(skb, ~uh->check); in __skb_udp_tunnel_segment()
328 uh->check = gso_make_checksum(seg, ~check) ? : in __udp_gso_segment()
346 uh->check = gso_make_checksum(seg, ~check) ? : CSUM_MANGLED_0; in __udp_gso_segment()
H A Dgre_offload.c109 *pcsum = gso_make_checksum(skb, 0); in gre_gso_segment()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4499 static inline __sum16 gso_make_checksum(struct sk_buff *skb, __wsum res) in gso_make_checksum() function