Home
last modified time | relevance | path

Searched refs:udp4_hwcsum (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_selftest.c141 udp4_hwcsum(skb, iph->saddr, iph->daddr); in mlx5e_test_get_udp_skb()
/linux/net/core/
H A Dselftests.c160 udp4_hwcsum(skb, ihdr->saddr, ihdr->daddr); in net_test_get_skb()
H A Dpktgen.c2987 udp4_hwcsum(skb, iph->saddr, iph->daddr); in fill_packet_ipv4()
/linux/include/net/
H A Dudp.h409 void udp4_hwcsum(struct sk_buff *skb, __be32 src, __be32 dst);
/linux/net/ipv4/
H A Dudp.c999 void udp4_hwcsum(struct sk_buff *skb, __be32 src, __be32 dst) in udp4_hwcsum() function
1036 EXPORT_SYMBOL_GPL(udp4_hwcsum);
1129 udp4_hwcsum(skb, fl4->saddr, fl4->daddr); in udp_send_skb()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c206 udp4_hwcsum(skb, ihdr->saddr, ihdr->daddr); in stmmac_test_get_udp_skb()