Lines Matching refs:bound_interface_xflags

335 	u_int32_t bound_interface_xflags;  member
7101 info->bound_interface_xflags = interface->if_xflags; in necp_application_fillout_info_locked()
8331 …und_interface_flags, u_int32_t bound_interface_eflags, u_int32_t bound_interface_xflags, struct ne… in necp_socket_check_policy() argument
8356 …UND_INTERFACE_FLAGS - xflags", kernel_policy->cond_bound_interface_xflags, bound_interface_xflags); in necp_socket_check_policy()
8360 …(kernel_policy->cond_bound_interface_xflags && (bound_interface_xflags & kernel_policy->cond_bound… in necp_socket_check_policy()
8367 …(kernel_policy->cond_bound_interface_xflags && !(bound_interface_xflags & kernel_policy->cond_boun… in necp_socket_check_policy()
9108 info->bound_interface_xflags = interface->if_xflags; in necp_socket_fillout_info_locked()
9329 …info->bound_interface_flags, info->bound_interface_eflags, info->bound_interface_xflags, info, inf… in necp_socket_find_policy_match_with_info_locked()
9939 u_int32_t bound_interface_xflags = 0; in necp_ip_output_check_policy() local
9966 bound_interface_xflags = interface->if_xflags; in necp_ip_output_check_policy()
9976 …UND_INTERFACE_FLAGS - xflags", kernel_policy->cond_bound_interface_xflags, bound_interface_xflags); in necp_ip_output_check_policy()
9980 …(kernel_policy->cond_bound_interface_xflags && (bound_interface_xflags & kernel_policy->cond_bound… in necp_ip_output_check_policy()
9987 …(kernel_policy->cond_bound_interface_xflags && !(bound_interface_xflags & kernel_policy->cond_boun… in necp_ip_output_check_policy()