Searched refs:tcp_md5sig_key (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/net/ipv4/ |
D | tcp_diag.c | 39 const struct tcp_md5sig_key *key) in tcp_diag_md5sig_fill() 58 const struct tcp_md5sig_key *key; in tcp_diag_put_md5sig() 152 const struct tcp_md5sig_key *key; in tcp_diag_get_aux_size()
|
D | tcp_ipv4.c | 88 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, 687 struct tcp_md5sig_key *key = NULL; in tcp_v4_send_reset() 865 struct tcp_md5sig_key *key, in tcp_v4_send_ack() 1066 static bool better_md5_match(struct tcp_md5sig_key *old, struct tcp_md5sig_key *new) in better_md5_match() 1081 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index, in __tcp_md5_do_lookup() 1086 struct tcp_md5sig_key *key; in __tcp_md5_do_lookup() 1089 struct tcp_md5sig_key *best_match = NULL; in __tcp_md5_do_lookup() 1124 static struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk, in tcp_md5_do_lookup_exact() 1130 struct tcp_md5sig_key *key; in tcp_md5_do_lookup_exact() 1158 struct tcp_md5sig_key *tcp_v4_md5_lookup(const struct sock *sk, in tcp_v4_md5_lookup() [all …]
|
D | tcp_output.c | 770 struct tcp_md5sig_key **md5) in tcp_syn_options() 853 const struct tcp_md5sig_key *md5, in tcp_synack_options() 924 struct tcp_md5sig_key **md5) in tcp_established_options() 1253 struct tcp_md5sig_key *md5; in __tcp_transmit_skb() 1830 struct tcp_md5sig_key *md5; in tcp_current_mss() 3642 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack()
|
D | tcp_minisocks.c | 247 struct tcp_md5sig_key *key; in tcp_time_wait_init()
|
D | tcp.c | 4441 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key() 4469 struct tcp_md5sig_key *hash_expected; in tcp_inbound_md5_hash()
|
/linux-6.6.21/include/net/ |
D | tcp.h | 1673 struct tcp_md5sig_key { struct 1721 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, 1728 struct tcp_md5sig_key *key); 1732 struct tcp_md5sig_key *tcp_v4_md5_lookup(const struct sock *sk, 1738 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index, 1741 static inline struct tcp_md5sig_key * 1758 static inline struct tcp_md5sig_key * 1786 const struct tcp_md5sig_key *key); 2119 struct tcp_md5sig_key *(*md5_lookup) (const struct sock *sk, 2122 const struct tcp_md5sig_key *md5, [all …]
|
/linux-6.6.21/net/ipv6/ |
D | tcp_ipv6.c | 83 static struct tcp_md5sig_key *tcp_v6_md5_do_lookup(const struct sock *sk, in tcp_v6_md5_do_lookup() 585 static struct tcp_md5sig_key *tcp_v6_md5_do_lookup(const struct sock *sk, in tcp_v6_md5_do_lookup() 593 static struct tcp_md5sig_key *tcp_v6_md5_lookup(const struct sock *sk, in tcp_v6_md5_lookup() 699 static int tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() 732 const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_skb() 847 int oif, struct tcp_md5sig_key *key, int rst, in tcp_v6_send_response() 981 struct tcp_md5sig_key *key = NULL; in tcp_v6_send_reset() 1087 struct tcp_md5sig_key *key, u8 tclass, in tcp_v6_send_ack() 1209 struct tcp_md5sig_key *key; in tcp_v6_syn_recv_sock()
|
/linux-6.6.21/include/linux/ |
D | tcp.h | 498 struct tcp_md5sig_key *tw_md5_key;
|