mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e023dd6437
commit
eddc9ec53b
132 changed files with 565 additions and 564 deletions
|
@ -334,8 +334,8 @@ static inline unsigned char * tcf_get_base_ptr(struct sk_buff *skb, int layer)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
static inline int tcf_valid_offset(struct sk_buff *skb, unsigned char *ptr,
|
||||
int len)
|
||||
static inline int tcf_valid_offset(const struct sk_buff *skb,
|
||||
const unsigned char *ptr, const int len)
|
||||
{
|
||||
return unlikely((ptr + len) < skb->tail && ptr > skb->head);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue