Home
last modified time | relevance | path

Searched refs:itd_type (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/tests/skywalk/
H A Dskt_steering.c46 td->eth_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_ETH; in fill_traffic_descriptor_eth()
71 td->inet_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in fill_traffic_descriptor_v4()
100 td->inet_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in fill_traffic_descriptor_v6()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c374 type = find_traffic_rule_type(td->itd_type); in add_traffic_rule()
376 SK_ERR("rule type %x not found", td->itd_type); in add_traffic_rule()
H A Dnexus_traffic_rule_eth.c103 td.eth_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_ETH; in nxctl_eth_traffic_rule_find_qset_id()
H A Dnexus_traffic_rule_inet.c313 td->inet_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in fill_inet_td()
/xnu-12377.81.4/bsd/net/
H A Dif_var_status.h615 uint8_t itd_type; member
/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_nexus.c277 switch (td->itd_type) { in os_nexus_controller_add_traffic_rule()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c352 td->inet_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in convert_flowkey_to_inet_td()