Home
last modified time | relevance | path

Searched refs:fpos (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c971 for (fpos = 0; fmask[fpos] == 0; fpos++) in hash_key_mask_is_same()
974 if (toffset + tpos != foffset + fpos) in hash_key_mask_is_same()
978 fsize -= fpos; in hash_key_mask_is_same()
984 if (tmask[tpos + i] != fmask[fpos + i]) in hash_key_mask_is_same()
988 if (fmask[fpos + i]) in hash_key_mask_is_same()
994 if (tmask[tpos + i] != fmask[fpos + i]) in hash_key_mask_is_same()
1006 *foffset_plus = fpos; in hash_key_mask_is_same()
1022 size_t offset = 0, length = 0, tpos, fpos; in flow_rule_match_hash_get() local
1099 &fpos)) in flow_rule_match_hash_get()
1110 &key.key[fpos], in flow_rule_match_hash_get()
[all …]