Searched refs:ip_options_rcu (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/include/net/ |
D | inet_sock.h | 62 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;
|
D | ip.h | 55 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/ |
D | ip_options.c | 500 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()
|
D | cipso_ipv4.c | 1884 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()
|
D | inet_connection_sock.c | 361 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()
|
D | syncookies.c | 327 int opt_size = sizeof(struct ip_options_rcu) + opt->optlen; in cookie_v4_check()
|
D | ip_output.c | 143 __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()
|
D | tcp_ipv4.c | 152 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()
|
D | ip_sockglue.c | 505 struct ip_options_rcu *old, *opt = NULL; in do_ip_setsockopt() 1131 struct ip_options_rcu *inet_opt; in do_ip_getsockopt()
|
D | af_inet.c | 1133 struct ip_options_rcu *inet_opt; in inet_sk_reselect_saddr() 1179 struct ip_options_rcu *inet_opt; in inet_sk_rebuild_header()
|
D | ping.c | 533 struct ip_options_rcu *inet_opt; in ping_sendmsg()
|
D | raw.c | 531 struct ip_options_rcu *inet_opt; in raw_sendmsg()
|
D | udp.c | 887 struct ip_options_rcu *inet_opt; in udp_sendmsg()
|
/linux-3.4.99/net/l2tp/ |
D | l2tp_ip.c | 500 const struct ip_options_rcu *inet_opt; in l2tp_ip_sendmsg()
|
/linux-3.4.99/net/dccp/ |
D | ipv4.c | 52 struct ip_options_rcu *inet_opt; in dccp_v4_connect()
|