Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dip.h120 struct ip_esp_hdr { struct
121 __be32 spi;
122 __be32 seq_no; /* Sequence number */
123 __u8 enc_data[]; /* Variable len but >=8. Mind the 64 bit alignment! */
/linux-6.1.9/include/net/
Desp.h10 static inline struct ip_esp_hdr *ip_esp_hdr(const struct sk_buff *skb) in ip_esp_hdr() function