Searched refs:_ip6 (Results 1 – 2 of 2) sorted by relevance
409 #define IP6_HDR_ALIGNED_P(_ip6) ((((uintptr_t)(_ip6)) & ((uintptr_t)3)) == 0) argument417 #define IP6_HDR_STRICT_ALIGNMENT_CHECK(_ip6) do { } while (0) argument419 #define IP6_HDR_STRICT_ALIGNMENT_CHECK(_ip6) do { \ argument420 if (!IP_HDR_ALIGNED_P(_ip6)) { \422 __func__, _ip6); \
88 volatile struct ip6_hdr *_ip6; in flow_pkt_classify() member91 #define ip6 _l3._ip6 in flow_pkt_classify()