Home
last modified time | relevance | path

Searched defs:ifobject (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/
Dxdpxceiver.h118 struct ifobject { struct
137 static struct ifobject *ifdict[MAX_INTERFACES]; argument
Dxdpxceiver.c200 static void gen_eth_hdr(struct ifobject *ifobject, struct ethhdr *eth_hdr) in gen_eth_hdr()
207 static void gen_ip_hdr(struct ifobject *ifobject, struct iphdr *ip_hdr) in gen_ip_hdr()
222 static void gen_udp_hdr(u32 payload, void *pkt, struct ifobject *ifobject, in gen_udp_hdr()
277 static int xsk_configure_socket(struct ifobject *ifobject, int idx) in xsk_configure_socket()
446 static struct pkt *pkt_generate(struct ifobject *ifobject, u32 pkt_nb) in pkt_generate()
623 static u32 __send_pkts(struct ifobject *ifobject, u32 pkt_nb) in __send_pkts()
659 static void send_pkts(struct ifobject *ifobject) in send_pkts()
689 static bool rx_stats_are_valid(struct ifobject *ifobject) in rx_stats_are_valid()
731 static void tx_stats_validate(struct ifobject *ifobject) in tx_stats_validate()
754 static void thread_common_ops(struct ifobject *ifobject, void *bufs) in thread_common_ops()
[all …]