Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dgso.h65 static inline __sum16 gso_make_checksum(struct sk_buff *skb, __wsum res) in gso_make_checksum() function
/openbmc/linux/net/ipv4/
H A Dtcp_offload.c135 th->check = gso_make_checksum(skb, ~th->check); in tcp_gso_segment()
179 th->check = gso_make_checksum(skb, ~th->check); in tcp_gso_segment()
H A Dudp_offload.c140 uh->check = gso_make_checksum(skb, ~uh->check); in __skb_udp_tunnel_segment()
363 uh->check = gso_make_checksum(seg, ~check) ? : in __udp_gso_segment()
381 uh->check = gso_make_checksum(seg, ~check) ? : CSUM_MANGLED_0; in __udp_gso_segment()
H A Dgre_offload.c111 *pcsum = gso_make_checksum(skb, 0); in gre_gso_segment()