Home
last modified time | relevance | path

Searched refs:tcp_md5sig_key (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/net/ipv4/
Dtcp_diag.c39 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()
Dtcp_ipv4.c90 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key,
750 struct tcp_md5sig_key *key = NULL; in tcp_v4_send_reset()
1233 static bool better_md5_match(struct tcp_md5sig_key *old, struct tcp_md5sig_key *new)
1248 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index,
1253 struct tcp_md5sig_key *key;
1256 struct tcp_md5sig_key *best_match = NULL;
1292 static struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk,
1298 struct tcp_md5sig_key *key;
1326 struct tcp_md5sig_key *tcp_v4_md5_lookup(const struct sock *sk,
1360 struct tcp_md5sig_key *key;
[all …]
Dtcp_minisocks.c270 struct tcp_md5sig_key *key; in tcp_time_wait_init()
371 struct tcp_md5sig_key *key; in tcp_md5_twsk_free_rcu()
373 key = container_of(head, struct tcp_md5sig_key, rcu); in tcp_md5_twsk_free_rcu()
Dtcp.c4712 const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
4740 struct tcp_md5sig_key *key; in tcp_inbound_md5_hash()
/linux-6.12.1/include/net/
Dtcp.h1755 struct tcp_md5sig_key { struct
1830 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key,
1837 struct tcp_md5sig_key *key);
1842 struct tcp_md5sig_key *tcp_v4_md5_lookup(const struct sock *sk,
1846 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index,
1849 static inline struct tcp_md5sig_key *
1858 static inline struct tcp_md5sig_key *
1869 static inline struct tcp_md5sig_key *
1876 static inline struct tcp_md5sig_key *
1892 const struct tcp_md5sig_key *key);
[all …]
/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c583 static struct tcp_md5sig_key *tcp_v6_md5_do_lookup(const struct sock *sk, in tcp_v6_md5_do_lookup()
591 static struct tcp_md5sig_key *tcp_v6_md5_lookup(const struct sock *sk, in tcp_v6_md5_lookup()
716 static int tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr()
746 const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_skb()
1358 struct tcp_md5sig_key *key;
/linux-6.12.1/include/linux/
Dtcp.h549 struct tcp_md5sig_key *tw_md5_key;