Home
last modified time | relevance | path

Searched refs:dccp_parse_options (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dinput.c370 if (dccp_parse_options(sk, NULL, skb)) in dccp_rcv_established()
418 * the option type and is set in dccp_parse_options(). in dccp_rcv_request_sent_state_process()
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()
H A Doptions.c43 * dccp_parse_options - Parse DCCP options present in @skb
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); variable
H A Dminisocks.c191 if (dccp_parse_options(sk, dreq, skb)) in dccp_check_req()
H A Dipv4.c613 if (dccp_parse_options(sk, dreq, skb)) in dccp_v4_conn_request()
H A Dipv6.c349 if (dccp_parse_options(sk, dreq, skb)) in dccp_v6_conn_request()
/kernel/linux/linux-6.6/net/dccp/
H A Dinput.c370 if (dccp_parse_options(sk, NULL, skb)) in dccp_rcv_established()
418 * the option type and is set in dccp_parse_options(). in dccp_rcv_request_sent_state_process()
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()
H A Doptions.c43 * dccp_parse_options - Parse DCCP options present in @skb
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); variable
H A Dminisocks.c192 if (dccp_parse_options(sk, dreq, skb)) in dccp_check_req()
H A Dipv4.c629 if (dccp_parse_options(sk, dreq, skb)) in dccp_v4_conn_request()
H A Dipv6.c360 if (dccp_parse_options(sk, dreq, skb)) in dccp_v6_conn_request()
/kernel/linux/linux-5.10/include/linux/
H A Ddccp.h180 extern int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
/kernel/linux/linux-6.6/include/linux/
H A Ddccp.h180 extern int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,

Completed in 20 milliseconds