]>
git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/net/ah.h
1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/skbuff.h>
13 struct crypto_ahash
*ahash
;
18 static inline struct ip_auth_hdr
*ip_auth_hdr(const struct sk_buff
*skb
)
20 return (struct ip_auth_hdr
*)skb_transport_header(skb
);