Searched refs:nf_checksum (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | utils.c | 122 __sum16 nf_checksum(struct sk_buff *skb, unsigned int hook, in nf_checksum() function 139 EXPORT_SYMBOL_GPL(nf_checksum);
|
D | nf_conntrack_proto_udp.c | 166 nf_checksum(skb, hooknum, dataoff, IPPROTO_UDP, pf)) { in udp_error()
|
D | nf_conntrack_proto_tcp.c | 757 nf_checksum(skb, hooknum, dataoff, IPPROTO_TCP, pf)) { in tcp_error()
|
/Linux-v4.19/include/linux/ |
D | netfilter.h | 331 __sum16 nf_checksum(struct sk_buff *skb, unsigned int hook,
|