Lines Matching defs:__sk
672 #define sk_for_each(__sk, list) \ argument
674 #define sk_for_each_rcu(__sk, list) \ argument
676 #define sk_nulls_for_each(__sk, node, list) \ argument
678 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument
680 #define sk_for_each_from(__sk) \ argument
682 #define sk_nulls_for_each_from(__sk, node) \ argument
685 #define sk_for_each_safe(__sk, tmp, list) \ argument
687 #define sk_for_each_bound(__sk, list) \ argument
913 #define sk_wait_event(__sk, __timeo, __condition) \ argument
1487 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument
1488 #define bh_lock_sock_nested(__sk) \ argument
1491 #define bh_unlock_sock(__sk) spin_unlock(&((__sk)->sk_lock.slock)) argument