Searched defs:ip_esp_hdr (Results 1 – 7 of 7) sorted by relevance
90 struct ip_esp_hdr { struct91 __be32 spi;92 __be32 seq_no;93 __u8 enc_data[0];
121 struct ip_esp_hdr { struct122 __be32 spi;123 __be32 seq_no; /* Sequence number */124 __u8 enc_data[]; /* Variable len but >=8. Mind the 64 bit alignment! */
121 struct ip_esp_hdr { struct122 __be32 spi;123 __be32 seq_no; /* Sequence number */124 __u8 enc_data[0]; /* Variable len but >=8. Mind the 64 bit alignment! */
100 struct ip_esp_hdr { struct101 __be32 spi;102 __be32 seq_no;103 __u8 enc_data[0];
10 static inline struct ip_esp_hdr *ip_esp_hdr(const struct sk_buff *skb) in ip_esp_hdr() function
9 static inline struct ip_esp_hdr *ip_esp_hdr(const struct sk_buff *skb) in ip_esp_hdr() function