Searched refs:_ip (Results 1 – 2 of 2) sorted by relevance
247 #define IP_HDR_ALIGNED_P(_ip) ((((uintptr_t)(_ip)) & ((uintptr_t)3)) == 0) argument256 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { } while (0) argument258 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { \ argument259 if (!IP_HDR_ALIGNED_P(_ip)) { \261 __func__, _ip); \
913 #define in_cksum_hdr(_ip) \ argument914 (~b_sum16(_ip, sizeof (struct ip)) & 0xffff)