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
Airlie <airlied@redhat.com>2016-07-02 15:56:01 +1000 committerDave Airlie <airlied@redhat.com>2016-07-02 15:56:01 +1000 commit542d972221e024681b502033154f917c1455469f (patch) tree1c7c1be768f6e1b496a3edad6b105804a8d05c57 /Documentation/arm/tcm.txt parent583fa4e02775b26d76771d4e1ddc6f10ba005ef2 (diff)parent4c2e07c6a29e0129e975727b9f57eede813eea85 (diff)
Back-merge tag 'v4.7-rc5' into drm-next
Linux 4.7-rc5 The fsl-dcu pull needs -rc3 so go to -rc5 for now.
Diffstat (limited to 'Documentation/arm/tcm.txt')