Home
last modified time | relevance | path

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

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