Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dfeat.c133 int (*activation_hdlr)(struct sock *sk, u64 val, bool rx); member
313 if (dccp_feat_table[idx].activation_hdlr == NULL) in __dccp_feat_activate()
341 return dccp_feat_table[idx].activation_hdlr(sk, val, rx); in __dccp_feat_activate()