Home
last modified time | relevance | path

Searched refs:fn_list (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/dccp/
Dfeat.c296 #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
430 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list, in dccp_feat_list_lookup() argument
435 list_for_each_entry(entry, fn_list, node) { in dccp_feat_list_lookup()
482 static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_change() argument
485 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_change()
509 static int dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_confirm() argument
512 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_confirm()
530 static int dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) in dccp_push_empty_confirm() argument
[all …]
Ddccp.h483 extern void dccp_feat_list_purge(struct list_head *fn_list);