Home
last modified time | relevance | path

Searched defs:ip_auth_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dip.h108 struct ip_auth_hdr { struct
109 __u8 nexthdr;
110 __u8 hdrlen; /* This one is measured in 32 bit units! */
111 __be16 reserved;
112 __be32 spi;
113 __be32 seq_no; /* Sequence number */
114 __u8 auth_data[0]; /* Variable len but >=4. Mind the 64 bit alignment! */
/linux-4.4.14/include/net/
Dah.h17 static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb) in ip_auth_hdr() function