Searched refs:dccp_insert_option (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/net/dccp/ |
D | options.c | 288 int dccp_insert_option(struct sk_buff *skb, const unsigned char option, in dccp_insert_option() function 306 EXPORT_SYMBOL_GPL(dccp_insert_option); 348 return dccp_insert_option(skb, DCCPO_TIMESTAMP, &now, sizeof(now)); in dccp_insert_option_timestamp()
|
D | dccp.h | 481 int dccp_insert_option(struct sk_buff *skb, unsigned char option,
|
/Linux-v5.4/net/dccp/ccids/ |
D | ccid3.c | 647 if (dccp_insert_option(skb, TFRC_OPT_LOSS_EVENT_RATE, in ccid3_hc_rx_insert_options() 649 dccp_insert_option(skb, TFRC_OPT_RECEIVE_RATE, in ccid3_hc_rx_insert_options()
|