Home
last modified time | relevance | path

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

/linux-4.4.14/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.h61 struct ip_options_rcu *opt;
105 struct ip_options_rcu *opt);
543 int ip_options_get(struct net *net, struct ip_options_rcu **optp,
545 int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp,
Dtcp.h1772 static inline struct ip_options_rcu *tcp_v4_save_options(struct sk_buff *skb) in tcp_v4_save_options()
1775 struct ip_options_rcu *dopt = NULL; in tcp_v4_save_options()
/linux-4.4.14/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.c415 struct ip_options_rcu *opt = ireq->opt; in inet_csk_route_req()
447 struct ip_options_rcu *opt; in inet_csk_route_child_sock()
924 const struct ip_options_rcu *inet_opt; in inet_csk_rebuild_route()
Dip_output.c136 __be32 saddr, __be32 daddr, struct ip_options_rcu *opt) in ip_build_and_send_pkt()
384 struct ip_options_rcu *inet_opt; in ip_queue_xmit()
1118 struct ip_options_rcu *opt; in ip_setup_cork()
Dip_sockglue.c628 struct ip_options_rcu *old, *opt = NULL; in do_ip_setsockopt()
1294 struct ip_options_rcu *inet_opt; in do_ip_getsockopt()
Daf_inet.c1108 struct ip_options_rcu *inet_opt; in inet_sk_reselect_saddr()
1154 struct ip_options_rcu *inet_opt; in inet_sk_rebuild_header()
Draw.c562 struct ip_options_rcu *inet_opt; in raw_sendmsg()
Dtcp_ipv4.c151 struct ip_options_rcu *inet_opt; in tcp_v4_connect()
1268 struct ip_options_rcu *inet_opt; in tcp_v4_syn_recv_sock()
Dping.c757 struct ip_options_rcu *inet_opt; in ping_v4_sendmsg()
Dudp.c978 struct ip_options_rcu *inet_opt; in udp_sendmsg()
Droute.c538 const struct ip_options_rcu *inet_opt; in build_sk_flow_key()
/linux-4.4.14/net/l2tp/
Dl2tp_ip.c458 const struct ip_options_rcu *inet_opt; in l2tp_ip_sendmsg()
/linux-4.4.14/net/dccp/
Dipv4.c52 struct ip_options_rcu *inet_opt; in dccp_v4_connect()