Searched refs:tcp_ao_hdr (Results 1 – 2 of 2) sorted by relevance
15 struct tcp_ao_hdr { struct22 static inline u8 tcp_ao_hdr_maclen(const struct tcp_ao_hdr *aoh) in tcp_ao_hdr_maclen() argument24 return aoh->length - sizeof(struct tcp_ao_hdr); in tcp_ao_hdr_maclen()73 return tcp_ao_maclen(key) + sizeof(struct tcp_ao_hdr); in tcp_ao_len()204 const struct tcp_ao_hdr *aoh);215 const struct tcp_ao_hdr *aoh, int l3index, u32 seq,288 const struct tcp_ao_hdr *aoh) in tcp_inbound_ao_hash()
2841 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options()2857 *aoh = (struct tcp_ao_hdr *)(ao_tmp - 2); in tcp_parse_auth_options()
Completed in 12 milliseconds