Searched refs:fcode (Results 1 – 1 of 1) sorted by relevance
3295 struct bpf_program fcode; in test_bpf_match() local3301 if (pcap_compile(pcap, &fcode, str, 1, PCAP_NETMASK_UNKNOWN)) { in test_bpf_match()3307 prm = rte_bpf_convert(&fcode); in test_bpf_match()3328 pcap_freecode(&fcode); in test_bpf_match()3416 struct bpf_program fcode; in test_bpf_filter() local3420 if (pcap_compile(pcap, &fcode, s, 1, PCAP_NETMASK_UNKNOWN)) { in test_bpf_filter()3426 prm = rte_bpf_convert(&fcode); in test_bpf_filter()3445 test_bpf_dump(&fcode, prm); in test_bpf_filter()3449 pcap_freecode(&fcode); in test_bpf_filter()