Searched refs:ifobject (Results 1 – 2 of 2) sorted by relevance
263 struct ifobject *ifobject, u32 qid) in xsk_configure_socket() argument853 static void send_pkts(struct ifobject *ifobject) in send_pkts() argument879 static bool rx_stats_are_valid(struct ifobject *ifobject) in rx_stats_are_valid() argument921 static void tx_stats_validate(struct ifobject *ifobject) in tx_stats_validate() argument949 ifobject->ns_fd = switch_namespace(ifobject->nsname); in thread_common_ops()981 ifobject->umem = &ifobject->umem_arr[0]; in thread_common_ops()982 ifobject->xsk = &ifobject->xsk_arr[0]; in thread_common_ops()996 struct ifobject *ifobject = test->ifobj_tx; in worker_testapp_validate_tx() local1047 struct ifobject *ifobject = test->ifobj_rx; in worker_testapp_validate_rx() local1064 receive_pkts(ifobject->pkt_stream, ifobject->xsk, &fds); in worker_testapp_validate_rx()[all …]
122 struct ifobject { struct147 struct ifobject *ifobj_tx; argument148 struct ifobject *ifobj_rx;
Completed in 8 milliseconds