Searched defs:ip_auth_hdr (Results 1 – 4 of 4) sorted by relevance
109 struct ip_auth_hdr { struct110 __u8 nexthdr;111 __u8 hdrlen; /* This one is measured in 32 bit units! */112 __be16 reserved;113 __be32 spi;114 __be32 seq_no; /* Sequence number */115 __u8 auth_data[0]; /* Variable len but >=4. Mind the 64 bit alignment! */
115 struct ip_auth_hdr { struct116 __u8 nexthdr;117 __u8 hdrlen; /* This one is measured in 32 bit units! */118 __be16 reserved;119 __be32 spi;120 __be32 seq_no; /* Sequence number */121 __u8 auth_data[0]; /* 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