Searched defs:l3index (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/net/ipv4/ |
D | tcp_ao.c | 141 static int __tcp_ao_key_cmp(const struct tcp_ao_key *key, int l3index, in __tcp_ao_key_cmp() 177 static int tcp_ao_key_cmp(const struct tcp_ao_key *key, int l3index, in tcp_ao_key_cmp() 194 static struct tcp_ao_key *__tcp_ao_do_lookup(const struct sock *sk, int l3index, in __tcp_ao_do_lookup() 219 struct tcp_ao_key *tcp_ao_do_lookup(const struct sock *sk, int l3index, in tcp_ao_do_lookup() 708 int l3index; in tcp_v4_ao_lookup_rsk() local 717 int l3index = l3mdev_master_ifindex_by_index(sock_net(sk), in tcp_v4_ao_lookup() local 725 const struct tcp_ao_hdr *aoh, int l3index, u32 seq, in tcp_ao_prepare_reset() 848 int sndid, int rcvid, int l3index) in tcp_ao_inbound_lookup() 872 int l3index; in tcp_ao_syncookie() local 904 u8 *traffic_key, u8 *phash, u32 sne, int l3index) in tcp_ao_verify_hash() [all …]
|
D | tcp_ipv4.c | 691 int l3index = sdif ? dif : 0; in tcp_v4_ao_sign_reset() local 804 int l3index; in tcp_v4_send_reset() local 816 int l3index; in tcp_v4_send_reset() local 1108 int l3index; local 1147 int l3index; local 1251 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index, 1298 int l3index, u8 flags) 1333 int l3index; local 1359 int family, u8 prefixlen, int l3index, u8 flags, 1408 int family, u8 prefixlen, int l3index, u8 flags, [all …]
|
D | tcp.c | 4745 int family, int l3index, const __u8 *hash_location) in tcp_inbound_md5_hash() 4786 int family, int l3index, const __u8 *hash_location) in tcp_inbound_md5_hash() 4803 int l3index; in tcp_inbound_hash() local
|
/linux-6.14.4/net/ipv6/ |
D | tcp_ipv6.c | 585 int l3index) in tcp_v6_md5_do_lookup() 594 int l3index; in tcp_v6_md5_lookup() local 608 int l3index = 0; in tcp_v6_parse_md5_keys() local 1051 int l3index; in tcp_v6_send_reset() local 1063 int l3index; in tcp_v6_send_reset() local 1103 int l3index; in tcp_v6_send_reset() local 1223 int l3index; local 1263 int l3index = tcp_v6_sdif(skb) ? tcp_v6_iif_l3_slave(skb) : 0; local 1362 int l3index; local
|
D | tcp_ao.c | 94 int l3index = l3mdev_master_ifindex_by_index(sock_net(sk), in tcp_v6_ao_lookup() local 108 int l3index; in tcp_v6_ao_lookup_rsk() local
|
/linux-6.14.4/include/net/ |
D | tcp_ao.h | 41 int l3index; member 287 const struct request_sock *req, int l3index, in tcp_inbound_ao_hash() 294 int l3index, const union tcp_ao_addr *addr, in tcp_ao_do_lookup()
|
D | tcp.h | 1779 int l3index; /* set if key added with L3 scope */ member 1867 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup() 1887 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup() 2814 int family, int l3index, bool stat_inc) in tcp_ao_required()
|