Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dtraffic.c51 static const u_int fmask = UNI_TRAFFIC_FPCR0_P | UNI_TRAFFIC_FPCR1_P | variable
192 ft = traffic->h.present & fmask; in uni_classify_traffic()
H A Duni_ie.c3511 static u_int fmask = in check_ie_traffic_common() local
3545 f = present & fmask; in check_ie_traffic_common()
3547 p = present & (fmask | bmask); in check_ie_traffic_common()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c959 uint8_t *fmask, in hash_key_mask_is_same() argument
971 for (fpos = 0; fmask[fpos] == 0; 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()