Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet_sock.h62 struct ip_options_rcu { struct
68 struct ip_options_rcu opt; argument
98 struct ip_options_rcu *opt;
176 struct ip_options_rcu __rcu *inet_opt;
Dip.h60 struct ip_options_rcu *opt;
104 struct ip_options_rcu *opt);
516 int ip_options_get(struct net *net, struct ip_options_rcu **optp,
518 int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp,
Dtcp.h1683 static inline struct ip_options_rcu *tcp_v4_save_options(struct sk_buff *skb) in tcp_v4_save_options()
1686 struct ip_options_rcu *dopt = NULL; in tcp_v4_save_options()
/linux-4.1.27/net/ipv4/
Dip_options.c513 static struct ip_options_rcu *ip_options_get_alloc(const int optlen) in ip_options_get_alloc()
515 return kzalloc(sizeof(struct ip_options_rcu) + ((optlen + 3) & ~3), in ip_options_get_alloc()
519 static int ip_options_get_finish(struct net *net, struct ip_options_rcu **optp, in ip_options_get_finish()
520 struct ip_options_rcu *opt, int optlen) in ip_options_get_finish()
534 int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp, in ip_options_get_from_user()
537 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); in ip_options_get_from_user()
548 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get()
551 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); in ip_options_get()
Dcipso_ipv4.c1892 struct ip_options_rcu *old, *opt = NULL; in cipso_v4_sock_setattr()
1976 struct ip_options_rcu *opt = NULL; in cipso_v4_req_setattr()
2033 static int cipso_v4_delopt(struct ip_options_rcu **opt_ptr) in cipso_v4_delopt()
2036 struct ip_options_rcu *opt = *opt_ptr; in cipso_v4_delopt()
2100 struct ip_options_rcu *opt; in cipso_v4_sock_delattr()
2126 struct ip_options_rcu *opt; in cipso_v4_req_delattr()
2201 struct ip_options_rcu *opt; in cipso_v4_sock_getattr()
Ddatagram.c105 const struct ip_options_rcu *inet_opt; in ip4_datagram_release_cb()
Dinet_connection_sock.c408 struct ip_options_rcu *opt = ireq->opt; in inet_csk_route_req()
440 struct ip_options_rcu *opt; in inet_csk_route_child_sock()
938 const struct ip_options_rcu *inet_opt; in inet_csk_rebuild_route()
Dip_output.c135 __be32 saddr, __be32 daddr, struct ip_options_rcu *opt) in ip_build_and_send_pkt()
373 struct ip_options_rcu *inet_opt; in ip_queue_xmit()
1090 struct ip_options_rcu *opt; in ip_setup_cork()
Daf_inet.c1113 struct ip_options_rcu *inet_opt; in inet_sk_reselect_saddr()
1159 struct ip_options_rcu *inet_opt; in inet_sk_rebuild_header()
Dip_sockglue.c627 struct ip_options_rcu *old, *opt = NULL; in do_ip_setsockopt()
1277 struct ip_options_rcu *inet_opt; in do_ip_getsockopt()
Draw.c558 struct ip_options_rcu *inet_opt; in raw_sendmsg()
Dtcp_ipv4.c151 struct ip_options_rcu *inet_opt; in tcp_v4_connect()
1259 struct ip_options_rcu *inet_opt; in tcp_v4_syn_recv_sock()
Dping.c756 struct ip_options_rcu *inet_opt; in ping_v4_sendmsg()
Dudp.c975 struct ip_options_rcu *inet_opt; in udp_sendmsg()
Droute.c536 const struct ip_options_rcu *inet_opt; in build_sk_flow_key()
/linux-4.1.27/net/l2tp/
Dl2tp_ip.c456 const struct ip_options_rcu *inet_opt; in l2tp_ip_sendmsg()
/linux-4.1.27/net/dccp/
Dipv4.c52 struct ip_options_rcu *inet_opt; in dccp_v4_connect()