Searched refs:plist (Results 1 – 3 of 3) sorted by relevance
/net/sched/ |
D | cls_bpf.c | 32 struct list_head plist; member 90 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify() 250 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init() 308 *last = list_empty(&head->plist); in cls_bpf_delete() 318 list_for_each_entry_safe(prog, tmp, &head->plist, link) in cls_bpf_destroy() 330 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get() 525 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change() 653 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk() 674 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_reoffload()
|
/net/dccp/ |
D | feat.c | 1211 u8 *plist, plen, type = dccp_feat_type(feat); in dccp_feat_confirm_recv() local 1263 plist = val; in dccp_feat_confirm_recv() 1266 plist = val + 1; in dccp_feat_confirm_recv() 1271 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) { in dccp_feat_confirm_recv()
|
/net/tipc/ |
D | msg.h | 49 struct plist;
|