Searched refs:dccp_parse_options (Results 1 – 6 of 6) sorted by relevance
| /linux/net/dccp/ |
| A 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()
|
| A 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);
|
| A D | minisocks.c | 191 if (dccp_parse_options(sk, dreq, skb)) in dccp_check_req()
|
| A D | ipv4.c | 621 if (dccp_parse_options(sk, dreq, skb)) in dccp_v4_conn_request()
|
| A D | ipv6.c | 359 if (dccp_parse_options(sk, dreq, skb)) in dccp_v6_conn_request()
|
| /linux/include/linux/ |
| A D | dccp.h | 180 extern int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
|
Completed in 12 milliseconds