Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Ddccp.h462 int dccp_insert_options(struct sock *sk, struct sk_buff *skb);
H A Doptions.c549 int dccp_insert_options(struct sock *sk, struct sk_buff *skb) in dccp_insert_options() function
H A Doutput.c93 if (dccp_insert_options(sk, skb)) { in dccp_transmit_skb()