Home
last modified time | relevance | path

Searched defs:ip_auth_hdr (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dip.h82 struct ip_auth_hdr { struct
83 __u8 nexthdr;
84 __u8 hdrlen;
85 __be16 reserved;
86 __be32 spi;
87 __be32 seq_no;
88 __u8 auth_data[0];
/kernel/linux/linux-6.6/include/uapi/linux/
Dip.h112 struct ip_auth_hdr { struct
113 __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! */
/kernel/linux/linux-5.10/include/uapi/linux/
Dip.h112 struct ip_auth_hdr { struct
113 __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[0]; /* Variable len but >=4. Mind the 64 bit alignment! */
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dip.h92 struct ip_auth_hdr { struct
93 __u8 nexthdr;
94 __u8 hdrlen;
95 __be16 reserved;
96 __be32 spi;
97 __be32 seq_no;
98 __u8 auth_data[0];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dip.h92 struct ip_auth_hdr { struct
93 __u8 nexthdr;
94 __u8 hdrlen;
95 __be16 reserved;
96 __be32 spi;
97 __be32 seq_no;
98 __u8 auth_data[0];
/kernel/linux/linux-6.6/include/net/
Dah.h18 static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb) in ip_auth_hdr() function
/kernel/linux/linux-5.10/include/net/
Dah.h18 static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb) in ip_auth_hdr() function