Searched refs:eth_type (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/nexus/ |
| H A D | nexus_traffic_rule_eth.c | 96 uint16_t eth_type, ether_addr_t *eth_raddr, uint64_t *qset_id) in nxctl_eth_traffic_rule_find_qset_id() argument 108 td.eth_type = eth_type; in nxctl_eth_traffic_rule_find_qset_id() 131 parse_eth_hdr(struct __kern_packet *pkt, uint16_t *eth_type, ether_addr_t *eth_raddr) in parse_eth_hdr() argument 153 *eth_type = ntohs(_l2->ether_type); in parse_eth_hdr() 169 uint16_t eth_type; in nxctl_eth_traffic_rule_find_qset_id_with_pkt() local 172 err = parse_eth_hdr(pkt, ð_type, ð_raddr); in nxctl_eth_traffic_rule_find_qset_id_with_pkt() 176 return nxctl_eth_traffic_rule_find_qset_id(ifname, eth_type, ð_raddr, qset_id); in nxctl_eth_traffic_rule_find_qset_id_with_pkt() 223 if (tdi->eth_type != ETHERTYPE_PAE && in eth_traffic_rule_validate() 224 tdi->eth_type != ETHERTYPE_WAI) { in eth_traffic_rule_validate() 225 SK_ERR("invalid eth type 0x%x", tdi->eth_type); in eth_traffic_rule_validate() [all …]
|
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_steering.c | 53 td->eth_type = (fill_valid_td) ? ETHERTYPE_PAE : ETHERTYPE_IP; in fill_traffic_descriptor_eth()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_var_status.h | 627 uint16_t eth_type; member
|
| H A D | route.c | 4869 uint16_t eth_type = (rt_key(rt)->sa_family == AF_INET) in rt_lookup_qset_id() local 4874 eth_type, eth_raddr, &rt->rt_qset_id); in rt_lookup_qset_id() 4878 uint16_t, eth_type, ether_addr_t *, eth_raddr); in rt_lookup_qset_id() 4883 uint16_t, eth_type, ether_addr_t *, eth_raddr); in rt_lookup_qset_id()
|