Searched refs:tcp_md5sig_key (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/net/ |
D | tcp.h | 1257 struct tcp_md5sig_key { struct 1302 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, 1308 struct tcp_md5sig_key *tcp_v4_md5_lookup(struct sock *sk, 1312 struct tcp_md5sig_key *tcp_md5_do_lookup(struct sock *sk, 1317 static inline struct tcp_md5sig_key *tcp_md5_do_lookup(struct sock *sk, in tcp_md5_do_lookup() 1338 const struct tcp_md5sig_key *key); 1620 struct tcp_md5sig_key *(*md5_lookup) (struct sock *sk, 1623 const struct tcp_md5sig_key *md5, 1635 struct tcp_md5sig_key *(*req_md5_lookup)(struct sock *sk, 1638 const struct tcp_md5sig_key *md5,
|
/linux-4.1.27/net/ipv4/ |
D | tcp_ipv4.c | 93 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, 590 struct tcp_md5sig_key *key; in tcp_v4_send_reset() 711 struct tcp_md5sig_key *key, in tcp_v4_send_ack() 871 struct tcp_md5sig_key *tcp_md5_do_lookup(struct sock *sk, in tcp_md5_do_lookup() 876 struct tcp_md5sig_key *key; in tcp_md5_do_lookup() 900 struct tcp_md5sig_key *tcp_v4_md5_lookup(struct sock *sk, in tcp_v4_md5_lookup() 915 struct tcp_md5sig_key *key; in tcp_md5_do_add() 961 struct tcp_md5sig_key *key; in tcp_md5_do_del() 976 struct tcp_md5sig_key *key; in tcp_clear_md5_list() 1039 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v4_md5_hash_hdr() [all …]
|
D | tcp_output.c | 549 struct tcp_md5sig_key **md5) in tcp_syn_options() 617 const struct tcp_md5sig_key *md5, in tcp_synack_options() 678 struct tcp_md5sig_key **md5) in tcp_established_options() 915 struct tcp_md5sig_key *md5; in tcp_transmit_skb() 1429 struct tcp_md5sig_key *md5; in tcp_current_mss() 2957 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack()
|
D | tcp_minisocks.c | 316 struct tcp_md5sig_key *key; in tcp_time_wait()
|
D | tcp.c | 2983 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
|
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 85 static struct tcp_md5sig_key *tcp_v6_md5_do_lookup(struct sock *sk, in tcp_v6_md5_do_lookup() 486 static struct tcp_md5sig_key *tcp_v6_md5_do_lookup(struct sock *sk, in tcp_v6_md5_do_lookup() 492 static struct tcp_md5sig_key *tcp_v6_md5_lookup(struct sock *sk, in tcp_v6_md5_lookup() 550 static int tcp_v6_md5_hash_hdr(char *md5_hash, struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() 584 const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_skb() 634 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() 735 int oif, struct tcp_md5sig_key *key, int rst, in tcp_v6_send_response() 836 struct tcp_md5sig_key *key = NULL; in tcp_v6_send_reset() 905 struct tcp_md5sig_key *key, u8 tclass, in tcp_v6_send_ack() 1006 struct tcp_md5sig_key *key; in tcp_v6_syn_recv_sock()
|
/linux-4.1.27/include/linux/ |
D | tcp.h | 362 struct tcp_md5sig_key *tw_md5_key;
|