Home
last modified time | relevance | path

Searched refs:ip_options_rcu (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/include/net/
Dinet_sock.h62 struct ip_options_rcu { struct
68 struct ip_options_rcu opt; argument
91 struct ip_options_rcu *opt;
158 struct ip_options_rcu __rcu *inet_opt;
Dip.h55 struct ip_options_rcu *opt;
95 struct ip_options_rcu *opt);
445 extern int ip_options_get(struct net *net, struct ip_options_rcu **optp,
447 extern int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp,
/linux-3.4.99/net/ipv4/
Dip_options.c500 static struct ip_options_rcu *ip_options_get_alloc(const int optlen) in ip_options_get_alloc()
502 return kzalloc(sizeof(struct ip_options_rcu) + ((optlen + 3) & ~3), in ip_options_get_alloc()
506 static int ip_options_get_finish(struct net *net, struct ip_options_rcu **optp, in ip_options_get_finish()
507 struct ip_options_rcu *opt, int optlen) in ip_options_get_finish()
521 int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp, in ip_options_get_from_user()
524 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); in ip_options_get_from_user()
535 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get()
538 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); in ip_options_get()
Dcipso_ipv4.c1884 struct ip_options_rcu *old, *opt = NULL; in cipso_v4_sock_setattr()
1968 struct ip_options_rcu *opt = NULL; in cipso_v4_req_setattr()
2025 static int cipso_v4_delopt(struct ip_options_rcu **opt_ptr) in cipso_v4_delopt()
2028 struct ip_options_rcu *opt = *opt_ptr; in cipso_v4_delopt()
2092 struct ip_options_rcu *opt; in cipso_v4_sock_delattr()
2118 struct ip_options_rcu *opt; in cipso_v4_req_delattr()
2193 struct ip_options_rcu *opt; in cipso_v4_sock_getattr()
Dinet_connection_sock.c361 struct ip_options_rcu *opt = inet_rsk(req)->opt; in inet_csk_route_req()
391 struct ip_options_rcu *opt = ireq->opt; in inet_csk_route_child_sock()
Dsyncookies.c327 int opt_size = sizeof(struct ip_options_rcu) + opt->optlen; in cookie_v4_check()
Dip_output.c143 __be32 saddr, __be32 daddr, struct ip_options_rcu *opt) in ip_build_and_send_pkt()
339 struct ip_options_rcu *inet_opt; in ip_queue_xmit()
1059 struct ip_options_rcu *opt; in ip_setup_cork()
Dtcp_ipv4.c152 struct ip_options_rcu *inet_opt; in tcp_v4_connect()
891 static struct ip_options_rcu *tcp_v4_save_options(struct sock *sk, in tcp_v4_save_options()
895 struct ip_options_rcu *dopt = NULL; in tcp_v4_save_options()
1446 struct ip_options_rcu *inet_opt; in tcp_v4_syn_recv_sock()
Dip_sockglue.c505 struct ip_options_rcu *old, *opt = NULL; in do_ip_setsockopt()
1131 struct ip_options_rcu *inet_opt; in do_ip_getsockopt()
Daf_inet.c1133 struct ip_options_rcu *inet_opt; in inet_sk_reselect_saddr()
1179 struct ip_options_rcu *inet_opt; in inet_sk_rebuild_header()
Dping.c533 struct ip_options_rcu *inet_opt; in ping_sendmsg()
Draw.c531 struct ip_options_rcu *inet_opt; in raw_sendmsg()
Dudp.c887 struct ip_options_rcu *inet_opt; in udp_sendmsg()
/linux-3.4.99/net/l2tp/
Dl2tp_ip.c500 const struct ip_options_rcu *inet_opt; in l2tp_ip_sendmsg()
/linux-3.4.99/net/dccp/
Dipv4.c52 struct ip_options_rcu *inet_opt; in dccp_v4_connect()