Home
last modified time | relevance | path

Searched refs:gso_make_checksum (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/include/net/
H A Dgso.h65 static inline __sum16 gso_make_checksum(struct sk_buff *skb, __wsum res) in gso_make_checksum() function
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_offload.c132 th->check = gso_make_checksum(skb, ~th->check); in tcp_gso_segment()
176 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()
340 uh->check = gso_make_checksum(seg, ~check) ? : in __udp_gso_segment()
358 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()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h4456 static inline __sum16 gso_make_checksum(struct sk_buff *skb, __wsum res) in gso_make_checksum() function

Completed in 11 milliseconds