4 #include <linux/skbuff.h>
12 struct crypto_ahash
*ahash
;
17 static inline struct ip_auth_hdr
*ip_auth_hdr(const struct sk_buff
*skb
)
19 return (struct ip_auth_hdr
*)skb_transport_header(skb
);
This page took 0.043906 seconds and 5 git commands to generate.