Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/
Dccid.c143 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) in ccid_new() function
Dccid.h114 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx);
Dfeat.c44 struct ccid *new_ccid = ccid_new(ccid, sk, rx); in dccp_hdlr_ccid()