Lines Matching defs:__sk
546 #define sk_for_each(__sk, node, list) \ argument
548 #define sk_for_each_rcu(__sk, node, list) \ argument
550 #define sk_nulls_for_each(__sk, node, list) \ argument
552 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument
554 #define sk_for_each_from(__sk, node) \ argument
557 #define sk_nulls_for_each_from(__sk, node) \ argument
560 #define sk_for_each_safe(__sk, node, tmp, list) \ argument
562 #define sk_for_each_bound(__sk, node, list) \ argument
736 #define sk_wait_event(__sk, __timeo, __condition) \ argument
1323 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument
1324 #define bh_lock_sock_nested(__sk) \ argument
1327 #define bh_unlock_sock(__sk) spin_unlock(&((__sk)->sk_lock.slock)) argument