Home
last modified time | relevance | path

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

/Linux-v5.4/net/dccp/
Dfeat.h93 struct ccid_dependency { struct
Dfeat.c838 static const struct ccid_dependency *dccp_feat_ccid_deps(u8 ccid, bool is_local) in dccp_feat_ccid_deps()
840 static const struct ccid_dependency ccid2_dependencies[2][2] = { in dccp_feat_ccid_deps()
865 static const struct ccid_dependency ccid3_dependencies[2][5] = { in dccp_feat_ccid_deps()
944 const struct ccid_dependency *table = dccp_feat_ccid_deps(id, is_local); in dccp_feat_propagate_ccid()