Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dvxlan.h324 !can_checksum_protocol(features, inner_eth_hdr(skb)->h_proto)))) in vxlan_features_check()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h4793 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol() function
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c3862 csum = !!can_checksum_protocol(features, proto); in skb_segment()
H A Ddev.c3494 !can_checksum_protocol(features, type)) { in harmonize_features()