Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_var.h414 #define IP6_HDR_ALIGNED_P(_ip6) ((((uintptr_t)(_ip6)) & ((uintptr_t)3)) == 0) argument
422 #define IP6_HDR_STRICT_ALIGNMENT_CHECK(_ip6) do { } while (0) argument
424 #define IP6_HDR_STRICT_ALIGNMENT_CHECK(_ip6) do { \ argument
425 if (!IP_HDR_ALIGNED_P(_ip6)) { \
427 __func__, _ip6); \
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c89 volatile struct ip6_hdr *__indexable _ip6; in flow_pkt_classify() member
92 #define ip6 _l3._ip6 in flow_pkt_classify()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus_traffic_rule_inet.c166 volatile struct ip6_hdr *__indexable _ip6; in fill_inet_td() member
169 #define ip6 _l3._ip6 in fill_inet_td()