Home
last modified time | relevance | path

Searched defs:rcu_lookup (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dinet_hashtables.c541 __inet_check_established(struct inet_timewait_death_row * death_row,struct sock * sk,__u16 lport,struct inet_timewait_sock ** twp,bool rcu_lookup,u32 hash) __inet_check_established() argument
1012 __inet_hash_connect(struct inet_timewait_death_row * death_row,struct sock * sk,u64 port_offset,u32 hash_port0,int (* check_established)(struct inet_timewait_death_row *,struct sock *,__u16,struct inet_timewait_sock **,bool rcu_lookup,u32 hash)) __inet_hash_connect() argument
/linux/net/ipv6/
H A Dinet6_hashtables.c267 bool rcu_lookup, in __inet6_check_established()