Home
last modified time | relevance | path

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

/samples/bpf/
Dxdpsock_user.c745 #define UDP_PKT_SIZE (IP_PKT_SIZE - sizeof(struct iphdr)) macro
746 #define UDP_PKT_DATA_SIZE (UDP_PKT_SIZE - sizeof(struct udphdr))
783 udp_hdr->len = htons(UDP_PKT_SIZE); in gen_eth_hdr_data()
791 udp_hdr->check = udp_csum(ip_hdr->saddr, ip_hdr->daddr, UDP_PKT_SIZE, in gen_eth_hdr_data()