Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dxskxceiver.h43 #define IP_PKT_SIZE (PKT_SIZE - sizeof(struct ethhdr)) macro
46 #define UDP_PKT_SIZE (IP_PKT_SIZE - sizeof(struct iphdr))
Dxskxceiver.c241 ip_hdr->tot_len = htons(IP_PKT_SIZE); in gen_ip_hdr()