Searched refs:tcp_ao_hdr (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/ |
| H A D | tcp_ao.h | 14 struct tcp_ao_hdr { struct 21 static inline u8 tcp_ao_hdr_maclen(const struct tcp_ao_hdr *aoh) in tcp_ao_hdr_maclen() argument 23 return aoh->length - sizeof(struct tcp_ao_hdr); in tcp_ao_hdr_maclen() 88 return tcp_ao_maclen(key) + sizeof(struct tcp_ao_hdr); in tcp_ao_len() 220 const struct tcp_ao_hdr *aoh); 231 const struct tcp_ao_hdr *aoh, int l3index, u32 seq, 304 const struct tcp_ao_hdr *aoh) in tcp_inbound_ao_hash()
|
| H A D | tcp.h | 3029 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options() 3045 *aoh = (struct tcp_ao_hdr *)(ao_tmp - 2); in tcp_parse_auth_options()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 626 len = sizeof(*th) + sizeof(struct tcp_ao_hdr) + hash_len; in tcp_ao_hash_header() 629 (u8 *)th + hash_offset - sizeof(struct tcp_ao_hdr), in tcp_ao_hash_header() 630 sizeof(struct tcp_ao_hdr)); in tcp_ao_hash_header() 631 memset(hdr + sizeof(*th) + sizeof(struct tcp_ao_hdr), in tcp_ao_hash_header() 783 const struct tcp_ao_hdr *aoh, int l3index, u32 seq, in tcp_ao_prepare_reset() 923 const struct tcp_ao_hdr *aoh; in tcp_ao_syncookie() 956 const struct tcp_ao_hdr *aoh, struct tcp_ao_key *key, in tcp_ao_verify_hash() 992 int l3index, const struct tcp_ao_hdr *aoh) in tcp_inbound_ao_hash()
|
| H A D | tcp_ipv4.c | 661 const struct tcp_ao_hdr *aoh, in tcp_v4_ao_sign_reset() 726 const struct tcp_ao_hdr *aoh; in tcp_v4_send_reset() 1037 const struct tcp_ao_hdr *aoh; 1094 const struct tcp_ao_hdr *aoh;
|
| H A D | tcp.c | 4980 minlen = sizeof(struct tcp_ao_hdr) + 1; in tcp_do_parse_auth_options() 5007 if (opsize <= sizeof(struct tcp_ao_hdr)) in tcp_do_parse_auth_options() 5029 const struct tcp_ao_hdr *aoh; in tcp_inbound_hash()
|
| H A D | tcp_output.c | 606 u8 aolen = maclen + sizeof(struct tcp_ao_hdr); in process_tcp_ao_options()
|
| H A D | tcp_input.c | 7639 const struct tcp_ao_hdr *aoh; in tcp_conn_request()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 1014 const struct tcp_ao_hdr *aoh; in tcp_v6_send_reset() 1169 const struct tcp_ao_hdr *aoh; 1222 const struct tcp_ao_hdr *aoh;
|