Searched refs:_ip (Results 1 – 2 of 2) sorted by relevance
249 #define IP_HDR_ALIGNED_P(_ip) ((((uintptr_t)(_ip)) & ((uintptr_t)3)) == 0) argument258 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { } while (0) argument260 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { \ argument261 if (!IP_HDR_ALIGNED_P(_ip)) { \263 __func__, _ip); \
301 #define in_cksum_hdr(_ip) \ argument302 (~b_sum16(_ip, sizeof (struct ip)) & 0xffff)