Searched refs:combined_details (Results 1 – 1 of 1) sorted by relevance
1062 split_interface_details(uint64_t combined_details, uint32_t *interface_index, uint16_t *interface_f… in split_interface_details() argument1064 *interface_index = (combined_details >> INTERFACE_INDEX_SHIFT) & INTERFACE_INDEX_MASK; in split_interface_details()1065 *interface_flags = (combined_details >> INTERFACE_FLAGS_SHIFT) & INTERFACE_FLAGS_MASK; in split_interface_details()1074 …uint64_t combined_details = combine_interface_details(flow->interface_index, flow->interface_flags… in necp_flow_save_current_interface_details() local1075 atomic_set_64(&flow_registration->last_interface_details, combined_details); in necp_flow_save_current_interface_details()