dccp_insert_option  647 net/dccp/ccids/ccid3.c 	if (dccp_insert_option(skb, TFRC_OPT_LOSS_EVENT_RATE,
dccp_insert_option  649 net/dccp/ccids/ccid3.c 	    dccp_insert_option(skb, TFRC_OPT_RECEIVE_RATE,
dccp_insert_option  481 net/dccp/dccp.h int dccp_insert_option(struct sk_buff *skb, unsigned char option,
dccp_insert_option  306 net/dccp/options.c EXPORT_SYMBOL_GPL(dccp_insert_option);
dccp_insert_option  348 net/dccp/options.c 	return dccp_insert_option(skb, DCCPO_TIMESTAMP, &now, sizeof(now));