Searched defs:ip_auth_hdr (Results 1 – 2 of 2) sorted by relevance
112 struct ip_auth_hdr { struct113 __u8 nexthdr;114 __u8 hdrlen; /* This one is measured in 32 bit units! */115 __be16 reserved;116 __be32 spi;117 __be32 seq_no; /* Sequence number */118 __u8 auth_data[]; /* Variable len but >=4. Mind the 64 bit alignment! */
18 static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb) in ip_auth_hdr() function
Completed in 5 milliseconds