Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/skywalk/
H A Dskt_steering.c44 td->inet_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in fill_traffic_descriptor_v4()
73 td->inet_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in fill_traffic_descriptor_v6()
/xnu-11215.81.4/bsd/net/
H A Dif_var_status.h614 uint8_t itd_type; member
/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c495 td->inet_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in fill_inet_td()
1309 type = find_traffic_rule_type(td->itd_type); in add_traffic_rule()
1311 SK_ERR("rule type %x not found", td->itd_type); in add_traffic_rule()
/xnu-11215.81.4/libsyscall/wrappers/skywalk/
H A Dos_nexus.c250 switch (td->itd_type) { in os_nexus_controller_add_traffic_rule()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c355 td->inet_common.itd_type = IFNET_TRAFFIC_DESCRIPTOR_TYPE_INET; in convert_flowkey_to_inet_td()