Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dutils.c59 return __skb_checksum_complete_head(skb, dataoff + len); in nf_ip_checksum_partial()
118 return __skb_checksum_complete_head(skb, dataoff + len); in nf_ip6_checksum_partial()
/openbmc/linux/include/net/
H A Dudp.h115 __skb_checksum_complete_head(skb, UDP_SKB_CB(skb)->cscov)); in __udp_lib_checksum_complete()
/openbmc/linux/net/core/
H A Dskbuff.c3463 __sum16 __skb_checksum_complete_head(struct sk_buff *skb, int len) in __skb_checksum_complete_head() function
3478 EXPORT_SYMBOL(__skb_checksum_complete_head);
/openbmc/linux/include/linux/
H A Dskbuff.h4400 __sum16 __skb_checksum_complete_head(struct sk_buff *skb, int len);