Home
last modified time | relevance | path

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

/linux-6.6.21/net/dccp/
Dfeat.h131 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,
Doptions.c504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt() function
Dfeat.c666 if (dccp_insert_fn_opt(skb, opt, pos->feat_num, ptr, len, rpt)) in dccp_feat_insert_opts()