Home
last modified time | relevance | path

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

/net/dccp/
Dfeat.h134 extern int dccp_insert_option_mandatory(struct sk_buff *skb);
Doptions.c513 int dccp_insert_option_mandatory(struct sk_buff *skb) in dccp_insert_option_mandatory() function
Dfeat.c669 if (pos->needs_mandatory && dccp_insert_option_mandatory(skb)) in dccp_feat_insert_opts()