Home
last modified time | relevance | path

Searched defs:l3index (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv4/
H A Dtcp_ao.c142 static int __tcp_ao_key_cmp(const struct tcp_ao_key *key, int l3index, in __tcp_ao_key_cmp()
178 static int tcp_ao_key_cmp(const struct tcp_ao_key *key, int l3index, in tcp_ao_key_cmp()
195 static struct tcp_ao_key *__tcp_ao_do_lookup(const struct sock *sk, int l3index, in __tcp_ao_do_lookup()
220 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 …]
H A Dtcp_ipv4.c691 int l3index = sdif ? dif : 0; in tcp_v4_ao_sign_reset() local
803 int l3index; in tcp_v4_send_reset() local
815 int l3index; in tcp_v4_send_reset() local
1115 int l3index; local
1154 int l3index; global() local
1260 __tcp_md5_do_lookup(const struct sock * sk,int l3index,const union tcp_md5_addr * addr,int family,bool any_l3index) global() argument
1307 tcp_md5_do_lookup_exact(const struct sock * sk,const union tcp_md5_addr * addr,int family,u8 prefixlen,int l3index,u8 flags) global() argument
1342 int l3index; global() local
1368 __tcp_md5_do_add(struct sock * sk,const union tcp_md5_addr * addr,int family,u8 prefixlen,int l3index,u8 flags,const u8 * newkey,u8 newkeylen,gfp_t gfp) global() argument
1417 tcp_md5_do_add(struct sock * sk,const union tcp_md5_addr * addr,int family,u8 prefixlen,int l3index,u8 flags,const u8 * newkey,u8 newkeylen) global() argument
1447 tcp_md5_key_copy(struct sock * sk,const union tcp_md5_addr * addr,int family,u8 prefixlen,int l3index,struct tcp_md5sig_key * key) global() argument
1475 tcp_md5_do_del(struct sock * sk,const union tcp_md5_addr * addr,int family,u8 prefixlen,int l3index,u8 flags) global() argument
1512 int l3index = 0; global() local
1718 int l3index; global() local
[all...]
H A Dtcp.c4948 int family, int l3index, const __u8 *hash_location) in tcp_inbound_md5_hash()
4985 int family, int l3index, const __u8 *hash_location) in tcp_inbound_md5_hash()
5002 int l3index; in tcp_inbound_hash() local
/linux/net/ipv6/
H A Dtcp_ipv6.c589 int l3index) in tcp_v6_md5_do_lookup() argument
598 int l3index; in tcp_v6_md5_lookup() local
612 int l3index = 0; in tcp_v6_parse_md5_keys() local
1011 int l3index; tcp_v6_send_reset() local
1023 int l3index; tcp_v6_send_reset() local
1062 int l3index; tcp_v6_send_reset() local
1189 int l3index; global() local
1229 int l3index = tcp_v6_sdif(skb) ? tcp_v6_iif_l3_slave(skb) : 0; global() local
1366 int l3index; global() local
[all...]
H A Dtcp_ao.c94 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/include/net/
H A Dtcp.h1946 int l3index; /* set if key added with L3 scope */ member
2027 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup()
2048 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup()
2971 int family, int l3index, bool stat_inc) in tcp_ao_required()