Lines Matching refs:s
58 static inline struct netlbl_af4list *__af4list_valid(struct list_head *s, in __af4list_valid() argument
61 struct list_head *i = s; in __af4list_valid()
62 struct netlbl_af4list *n = __af4list_entry(s); in __af4list_valid()
70 static inline struct netlbl_af4list *__af4list_valid_rcu(struct list_head *s, in __af4list_valid_rcu() argument
73 struct list_head *i = s; in __af4list_valid_rcu()
74 struct netlbl_af4list *n = __af4list_entry(s); in __af4list_valid_rcu()
125 static inline struct netlbl_af6list *__af6list_valid(struct list_head *s, in __af6list_valid() argument
128 struct list_head *i = s; in __af6list_valid()
129 struct netlbl_af6list *n = __af6list_entry(s); in __af6list_valid()
137 static inline struct netlbl_af6list *__af6list_valid_rcu(struct list_head *s, in __af6list_valid_rcu() argument
140 struct list_head *i = s; in __af6list_valid_rcu()
141 struct netlbl_af6list *n = __af6list_entry(s); in __af6list_valid_rcu()