Searched refs:dccp_parse_options (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/net/dccp/ |
D | input.c | 370 if (dccp_parse_options(sk, NULL, skb)) in dccp_rcv_established() 420 if (dccp_parse_options(sk, NULL, skb)) in dccp_rcv_request_sent_state_process() 650 if (dccp_parse_options(sk, NULL, skb)) in dccp_rcv_state_process()
|
D | options.c | 48 int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_parse_options() function 264 EXPORT_SYMBOL_GPL(dccp_parse_options);
|
D | minisocks.c | 189 if (dccp_parse_options(sk, dreq, skb)) in dccp_check_req()
|
D | ipv4.c | 611 if (dccp_parse_options(sk, dreq, skb)) in dccp_v4_conn_request()
|
D | ipv6.c | 344 if (dccp_parse_options(sk, dreq, skb)) in dccp_v6_conn_request()
|
/Linux-v5.10/include/linux/ |
D | dccp.h | 180 extern int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
|