Lines Matching refs:fn_list
296 #define dccp_feat_print_fnlist(fn_list) { \ argument
300 list_for_each_entry(___entry, fn_list, node) \
305 #define dccp_feat_print_fnlist(fn_list) argument
431 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list, in dccp_feat_list_lookup() argument
436 list_for_each_entry(entry, fn_list, node) { in dccp_feat_list_lookup()
484 static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_change() argument
487 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_change()
512 static int dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_confirm() argument
515 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_confirm()
533 static int dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) in dccp_push_empty_confirm() argument
535 return dccp_feat_push_confirm(fn_list, feat, local, NULL); in dccp_push_empty_confirm()
544 void dccp_feat_list_purge(struct list_head *fn_list) in dccp_feat_list_purge() argument
548 list_for_each_entry_safe(entry, next, fn_list, node) in dccp_feat_list_purge()
550 INIT_LIST_HEAD(fn_list); in dccp_feat_list_purge()
1497 int dccp_feat_activate_values(struct sock *sk, struct list_head *fn_list) in dccp_feat_activate_values() argument
1506 list_for_each_entry(cur, fn_list, node) { in dccp_feat_activate_values()
1544 list_for_each_entry_safe(cur, next, fn_list, node) in dccp_feat_activate_values()