Home
last modified time | relevance | path

Searched refs:dccp_insert_option_mandatory (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dfeat.h131 int dccp_insert_option_mandatory(struct sk_buff *skb);
H A Doptions.c474 * dccp_insert_option_mandatory - Mandatory option (5.8.2)
480 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()
/kernel/linux/linux-6.6/net/dccp/
H A Dfeat.h130 int dccp_insert_option_mandatory(struct sk_buff *skb);
H A Doptions.c474 * dccp_insert_option_mandatory - Mandatory option (5.8.2)
480 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()

Completed in 7 milliseconds