Home
last modified time | relevance | path

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

/Linux-v5.10/net/dccp/
Dccid.c140 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) in ccid_new() function
Dccid.h111 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx);
Dfeat.c39 struct ccid *new_ccid = ccid_new(ccid, sk, rx); in dccp_hdlr_ccid()