Searched defs:ip_esp_hdr (Results 1 – 4 of 4) sorted by relevance
118 struct ip_esp_hdr { struct119 __be32 spi;120 __be32 seq_no; /* Sequence number */121 __u8 enc_data[0]; /* Variable len but >=8. Mind the 64 bit alignment! */
124 struct ip_esp_hdr { struct125 __be32 spi;126 __be32 seq_no; /* Sequence number */127 __u8 enc_data[0]; /* Variable len but >=8. Mind the 64 bit alignment! */
9 static inline struct ip_esp_hdr *ip_esp_hdr(const struct sk_buff *skb) in ip_esp_hdr() function