Searched refs:dccp_feat_propagate_ccid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | feat.c | 939 * dccp_feat_propagate_ccid - Resolve dependencies of features on choice of CCID 946 static int dccp_feat_propagate_ccid(struct list_head *fn, u8 id, bool is_local) in dccp_feat_propagate_ccid() function 991 if (ccids[i] > 0 && dccp_feat_propagate_ccid(fn, ccids[i], i)) in dccp_feat_finalise_settings() 1016 if (dccp_feat_propagate_ccid(fn, ccid, is_local)) in dccp_feat_server_ccid_dependencies()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | feat.c | 939 * dccp_feat_propagate_ccid - Resolve dependencies of features on choice of CCID 946 static int dccp_feat_propagate_ccid(struct list_head *fn, u8 id, bool is_local) in dccp_feat_propagate_ccid() function 991 if (ccids[i] > 0 && dccp_feat_propagate_ccid(fn, ccids[i], i)) in dccp_feat_finalise_settings() 1018 if (dccp_feat_propagate_ccid(fn, ccid, is_local)) in dccp_feat_server_ccid_dependencies()
|
Completed in 7 milliseconds