Home
last modified time | relevance | path

Searched defs:last_loc (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/ice/
H A Dice_flow.c1185 ice_flow_set_fld_ext(struct ice_flow_seg_info * seg,enum ice_flow_field fld,enum ice_flow_fld_match_type field_type,u16 val_loc,u16 mask_loc,u16 last_loc) ice_flow_set_fld_ext() argument
1221 ice_flow_set_fld(struct ice_flow_seg_info * seg,enum ice_flow_field fld,u16 val_loc,u16 mask_loc,u16 last_loc,bool range) ice_flow_set_fld() argument
/freebsd-src/crypto/openssl/crypto/x509/
H A Dx509_vfy.c671 int last_loc = X509_NAME_entry_count(tmpsubject) - 1; in check_name_constraints() local