Home
last modified time | relevance | path

Searched refs:tcp_parse_options (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_minisocks.c94 tcp_parse_options(twsk_net(tw), skb, &tmp_opt, 0, NULL); in tcp_timewait_state_process()
615 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, NULL); in tcp_check_req()
H A Dsyncookies.c353 tcp_parse_options(sock_net(sk), skb, &tcp_opt, 0, NULL); in cookie_v4_check()
H A Dtcp_input.c4143 void tcp_parse_options(const struct net *net, in tcp_parse_options() function
4265 EXPORT_SYMBOL(tcp_parse_options);
4305 tcp_parse_options(net, skb, &tp->rx_opt, 1, NULL); in tcp_fast_parse_options()
6243 tcp_parse_options(sock_net(sk), synack, &opt, 0, NULL); in tcp_rcv_fastopen_synack()
6327 tcp_parse_options(sock_net(sk), skb, &tp->rx_opt, 0, &foc); in tcp_rcv_synsent_state_process()
7118 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, in tcp_conn_request()
/openbmc/linux/net/ipv6/
H A Dsyncookies.c161 tcp_parse_options(sock_net(sk), skb, &tcp_opt, 0, NULL); in cookie_v6_check()
/openbmc/linux/include/net/
H A Dtcp.h430 void tcp_parse_options(const struct net *net, const struct sk_buff *skb,
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c3957 tcp_parse_options(&init_net, skb, &tmp_opt, 0, NULL); in build_cpl_pass_accept_req()