Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Doptions.c289 int dccp_insert_option(struct sk_buff *skb, const unsigned char option, in dccp_insert_option() function
307 EXPORT_SYMBOL_GPL(dccp_insert_option);
349 return dccp_insert_option(skb, DCCPO_TIMESTAMP, &now, sizeof(now)); in dccp_insert_option_timestamp()
H A Ddccp.h466 int dccp_insert_option(struct sk_buff *skb, unsigned char option,
/linux/net/dccp/ccids/
H A Dccid3.c652 if (dccp_insert_option(skb, TFRC_OPT_LOSS_EVENT_RATE, in ccid3_hc_rx_insert_options()
654 dccp_insert_option(skb, TFRC_OPT_RECEIVE_RATE, in ccid3_hc_rx_insert_options()