summaryrefslogtreecommitdiff
path: root/include/net/ah.h
blob: 4e2dfa474a7e6e8deaeb56ec2a9115345141ac58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _NET_AH_H
#define _NET_AH_H

#include <linux/skbuff.h>

struct crypto_ahash;

struct ah_data {
	int			icv_full_len;
	int			icv_trunc_len;

	struct crypto_ahash	*ahash;
};

struct ip_auth_hdr;

static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb)
{
	return (struct ip_auth_hdr *)skb_transport_header(skb);
}

#endif
cgit.cgi/linux/net-next.git/tree/sound/core/seq/oss/seq_oss_event.c?id=f8244ab55200dbe074380c3388804adff03a8a19'>seq_oss_event.c13000logplain -rw-r--r--seq_oss_event.h2800logplain -rw-r--r--seq_oss_init.c11542logplain -rw-r--r--seq_oss_ioctl.c5041logplain -rw-r--r--seq_oss_midi.c16858logplain -rw-r--r--seq_oss_midi.h2035logplain -rw-r--r--seq_oss_readq.c4680logplain