Searched refs:flags_match (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 292 flags_match(ipfw_insn *cmd, u_int8_t bits) in flags_match() function 345 return (flags_match(cmd, bits)); in ipopts_match() 412 return (flags_match(cmd, tcpopts_parse(tcp, NULL))); in tcpopts_match() 1965 match = flags_match(cmd, in ipfw_chk() 2297 flags_match(cmd, ip->ip_tos)); in ipfw_chk() 2365 flags_match(cmd, TCP(ulp)->th_flags)); in ipfw_chk()
|
| /f-stack/dpdk/drivers/common/octeontx2/hw/ |
| H A D | otx2_npc.h | 361 uint64_t flags_match : 8; member
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 217 flags_match(uint32_t flags_req, uint32_t flags_present) in flags_match() function 265 if (!flags_match(test_vector.turbo_dec.op_flags, in check_dev_cap() 301 if (!flags_match(test_vector.turbo_enc.op_flags, in check_dev_cap() 327 if (!flags_match(test_vector.ldpc_enc.op_flags, in check_dev_cap() 355 if (!flags_match(test_vector.ldpc_dec.op_flags, in check_dev_cap()
|