Searched refs:dccp_parse_options (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/dccp/ |
D | input.c | 374 if (dccp_parse_options(sk, NULL, skb)) in dccp_rcv_established() 424 if (dccp_parse_options(sk, NULL, skb)) in dccp_rcv_request_sent_state_process() 644 if (dccp_parse_options(sk, NULL, skb)) in dccp_rcv_state_process()
|
D | options.c | 51 int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_parse_options() function 267 EXPORT_SYMBOL_GPL(dccp_parse_options);
|
D | minisocks.c | 182 if (dccp_parse_options(sk, dreq, skb)) in dccp_check_req()
|
D | ipv4.c | 635 if (dccp_parse_options(sk, dreq, skb)) in dccp_v4_conn_request()
|
D | ipv6.c | 366 if (dccp_parse_options(sk, dreq, skb)) in dccp_v6_conn_request()
|
/linux-4.1.27/include/linux/ |
D | dccp.h | 178 extern int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
|