summaryrefslogtreecommitdiff
path: root/include/net/esp.h
blob: a43be85aedc44594265695e98452ae491b852d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _NET_ESP_H
#define _NET_ESP_H

#include <linux/skbuff.h>

struct ip_esp_hdr;

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

#endif
+2 2017-02-08netfilter: nft_exthdr: Add support for existence checkPhil Sutter1-0/+6 2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+5 2017-02-03bridge: uapi: add per vlan tunnel infoRoopa Prabhu2-0/+12 2017-02-03vxlan: support fdb and learning in COLLECT_METADATA modeRoopa Prabhu1-0/+1 2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi1-9/+1 2017-02-03net: Introduce ife encapsulation moduleYotam Gigi2-0/+19 2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet1-0/+1 2017-02-02unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin1-0/+2 2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3