Searched defs:ifobject (Results 1 – 2 of 2) sorted by relevance
145 struct ifobject { struct146 char ifname[MAX_INTERFACE_NAME_CHARS];147 struct xsk_socket_info *xsk;148 struct xsk_socket_info *xsk_arr;149 struct xsk_umem_info *umem;150 thread_func_t func_ptr;151 validation_func_t validation_func;152 struct pkt_stream *pkt_stream;153 struct xsk_xdp_progs *xdp_progs;177 struct ifobject *ifobj_tx; argument
157 static void gen_eth_hdr(struct ifobject *ifobject, struct ethhdr *eth_hdr) in gen_eth_hdr()246 struct ifobject *ifobject, bool shared) in __xsk_configure_socket()266 static bool ifobj_zc_avail(struct ifobject *ifobject) in ifobj_zc_avail()696 static void pkt_generate(struct ifobject *ifobject, u64 addr, u32 len, u32 pkt_nb, in pkt_generate()1095 static int __send_pkts(struct ifobject *ifobject, struct pollfd *fds, bool timeout) in __send_pkts()1216 static int send_pkts(struct test_spec *test, struct ifobject *ifobject) in send_pkts()1263 static int validate_rx_dropped(struct ifobject *ifobject) in validate_rx_dropped()1288 static int validate_rx_full(struct ifobject *ifobject) in validate_rx_full()1307 static int validate_fill_empty(struct ifobject *ifobject) in validate_fill_empty()1326 static int validate_tx_invalid_descs(struct ifobject *ifobject) in validate_tx_invalid_descs()[all …]