Lines Matching defs:__sk
804 #define sk_for_each(__sk, list) \ argument
806 #define sk_for_each_rcu(__sk, list) \ argument
808 #define sk_nulls_for_each(__sk, node, list) \ argument
810 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument
812 #define sk_for_each_from(__sk) \ argument
814 #define sk_nulls_for_each_from(__sk, node) \ argument
817 #define sk_for_each_safe(__sk, tmp, list) \ argument
819 #define sk_for_each_bound(__sk, list) \ argument
1086 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1623 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument
1624 #define bh_lock_sock_nested(__sk) \ argument
1627 #define bh_unlock_sock(__sk) spin_unlock(&((__sk)->sk_lock.slock)) argument