Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c34 .ntrt_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET,
47 .ntrt_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_ETH,
273 type = find_traffic_rule_type(ntr->ntrt_type); in release_traffic_rule()
286 type = find_traffic_rule_type(ntr->ntrt_type); in notify_traffic_rule()
306 type = find_traffic_rule_type(ntr->ntrt_type); in link_traffic_rule()
321 type = find_traffic_rule_type(ntr->ntrt_type); in unlink_traffic_rule()
354 if (ntrt->ntrt_type == type) { in find_traffic_rule_type()
H A Dnexus_traffic_rule.h107 uint8_t ntrt_type; member
127 uint8_t ntrt_type; member
H A Dnexus_traffic_rule_eth.c570 ntr->ntrt_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_ETH; in eth_traffic_rule_create()
H A Dnexus_traffic_rule_inet.c833 ntr->ntrt_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in inet_traffic_rule_create()