Re: [PATCH v2 net-next] ip: introduce ip_is_fragment helper inline function
From: David Miller <davem@davemloft.net> Date: 2011-06-22 03:33:50
From: Paul Gortmaker <redacted>
Date: Tue, 21 Jun 2011 14:25:02 -0400
There are enough instances of this:
iph->frag_off & htons(IP_MF | IP_OFFSET)
that a helper function is probably warranted.
Signed-off-by: Paul Gortmaker <redacted>