Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Dfeat.h130 int dccp_insert_option_mandatory(struct sk_buff *skb);
H A Doptions.c480 int dccp_insert_option_mandatory(struct sk_buff *skb) in dccp_insert_option_mandatory() function
H A Dfeat.c668 if (pos->needs_mandatory && dccp_insert_option_mandatory(skb)) in dccp_feat_insert_opts()