Home
last modified time | relevance | path

Searched refs:l3_hdr (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c179 uint8_t *pkt_buf, *l3_hdr; in flow_pkt_classify() local
189 l3_hdr = pkt_buf + pkt->pkt_headroom + pkt->pkt_l2_len; in flow_pkt_classify()
190 iph = (volatile struct ip *)(void *)l3_hdr; in flow_pkt_classify()
392 SK_ERR("%s", sk_dump("buf", l3_hdr, cls_len, in flow_pkt_classify()
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c323 uint8_t *pkt_buf, *l3_hdr; in fill_inet_td() local
345 l3_hdr = pkt_buf + pkt->pkt_headroom + pkt->pkt_l2_len; in fill_inet_td()
346 iph = (volatile struct ip *)(void *)l3_hdr; in fill_inet_td()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c588 void *l3_hdr; in rx_process_ip_frag() local
606 l3_hdr = pkt_buf + pkt->pkt_headroom + pkt->pkt_l2_len; in rx_process_ip_frag()
613 (struct ip *)l3_hdr, &nfrags, &tlen); in rx_process_ip_frag()
618 (struct ip6_hdr *)l3_hdr, in rx_process_ip_frag()
619 (struct ip6_frag *)((uintptr_t)l3_hdr + sizeof(struct ip6_hdr)), in rx_process_ip_frag()