Searched refs:dccp_insert_fn_opt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | feat.h | 132 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,
|
H A D | options.c | 491 * dccp_insert_fn_opt - Insert single Feature-Negotiation option into @skb 504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt() function
|
H A D | feat.c | 666 if (dccp_insert_fn_opt(skb, opt, pos->feat_num, ptr, len, rpt)) in dccp_feat_insert_opts() 1086 * Reorder list: used for activating features and in dccp_insert_fn_opt. in dccp_feat_reconcile()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | feat.h | 131 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,
|
H A D | options.c | 491 * dccp_insert_fn_opt - Insert single Feature-Negotiation option into @skb 504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt() function
|
H A D | feat.c | 666 if (dccp_insert_fn_opt(skb, opt, pos->feat_num, ptr, len, rpt)) in dccp_feat_insert_opts() 1092 * Reorder list: used for activating features and in dccp_insert_fn_opt. in dccp_feat_reconcile()
|
Completed in 7 milliseconds