Searched refs:dccp_insert_option (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/net/dccp/ |
D | options.c | 292 int dccp_insert_option(struct sk_buff *skb, const unsigned char option, in dccp_insert_option() function 310 EXPORT_SYMBOL_GPL(dccp_insert_option); 384 return dccp_insert_option(skb, DCCPO_TIMESTAMP, &now, sizeof(now)); in dccp_insert_option_timestamp()
|
D | dccp.h | 490 extern int dccp_insert_option(struct sk_buff *skb, unsigned char option,
|
/linux-3.4.99/net/dccp/ccids/ |
D | ccid3.c | 656 if (dccp_insert_option(skb, TFRC_OPT_LOSS_EVENT_RATE, in ccid3_hc_rx_insert_options() 658 dccp_insert_option(skb, TFRC_OPT_RECEIVE_RATE, in ccid3_hc_rx_insert_options()
|