Searched refs:_ip (Results 1 – 2 of 2) sorted by relevance
293 #define IP_HDR_ALIGNED_P(_ip) ((((uintptr_t)(_ip)) & ((uintptr_t)3)) == 0) argument302 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { } while (0) argument304 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { \ argument305 if (!IP_HDR_ALIGNED_P(_ip)) { \307 __func__, _ip); \
309 #define in_cksum_hdr(_ip) \ argument310 (~b_sum16(_ip, sizeof (struct ip)) & 0xffff)