Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c243 pkt->pkt_flow_ip_hdr = (mach_vm_address_t)iph; in flow_pkt_classify()
295 pkt->pkt_flow_ip_hdr = (mach_vm_address_t)ip6; in flow_pkt_classify()
H A Dflow_agg.c996 pkt->pkt_flow_ip_hdr, 64); in can_agg_fastpath()
1001 pkt->pkt_flow_ip_hdr, 80); in can_agg_fastpath()
1035 pkt->pkt_flow_ip_hdr, pkt->pkt_flow_ip_hlen); in can_agg_slowpath()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c309 (struct ip *)p->pkt_flow_ip_hdr); in fsw_ip_frag_reass_v4()
412 (struct ip6_hdr *)p->pkt_flow_ip_hdr); in fsw_ip_frag_reass_v6()
H A Dfsw_dp.c3740 pkt->pkt_flow_ip_hdr = (mach_vm_address_t)iphdr; in update_flow_info()
3815 pkt->pkt_flow_ip_hdr, pkt->pkt_length); in do_gso()
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched.c809 l3_hdr = __unsafe_forge_bidi_indexable(uint8_t *, kpkt->pkt_flow_ip_hdr, l3_len); in pktsched_kpkt_mark_ecn()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_var.h395 #define pkt_flow_ip_hdr pkt_flow->flow_ip_hdr macro
/xnu-12377.41.6/bsd/net/
H A Dif_redirect.c713 if (pkt->pkt_flow_ip_hdr == 0 || pkt->pkt_flow_ip_hlen == 0) { in pkt_is_for_delegate()
721 hdr = __unsafe_forge_bidi_indexable(uint8_t *, pkt->pkt_flow_ip_hdr + pkt->pkt_flow_ip_hlen, in pkt_is_for_delegate()