Home
last modified time | relevance | path

Searched refs:dccp_feat_clone_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/dccp/
Dfeat.h113 int dccp_feat_clone_list(struct list_head const *, struct list_head *);
Dminisocks.c269 return dccp_feat_clone_list(&dp->dccps_featneg, &dreq->dreq_featneg); in dccp_reqsk_init()
Dfeat.c552 int dccp_feat_clone_list(struct list_head const *from, struct list_head *to) in dccp_feat_clone_list() function