Searched refs:ip_options_rcu (Results 1 – 12 of 12) sorted by relevance
/linux/include/net/ |
H A D | inet_sock.h | 59 struct ip_options_rcu { struct 65 struct ip_options_rcu opt; argument 94 struct ip_options_rcu __rcu *ireq_opt; 228 struct ip_options_rcu __rcu *inet_opt;
|
H A D | ip.h | 81 struct ip_options_rcu *opt; 163 struct ip_options_rcu *opt, u8 tos); 785 int ip_options_get(struct net *net, struct ip_options_rcu **optp,
|
H A D | route.h | 137 const struct ip_options_rcu *ip4_opt; in inet_sk_init_flowi4()
|
/linux/net/ipv4/ |
H A D | ip_options.c | 512 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() 515 struct ip_options_rcu *opt; in ip_options_get() 517 opt = kzalloc(sizeof(struct ip_options_rcu) + ((optlen + 3) & ~3), in ip_options_get()
|
H A D | cipso_ipv4.c | 1860 struct ip_options_rcu *old, *opt = NULL; in cipso_v4_sock_setattr() 1944 struct ip_options_rcu *opt = NULL; in cipso_v4_req_setattr() 2001 static int cipso_v4_delopt(struct ip_options_rcu __rcu **opt_ptr) in cipso_v4_delopt() 2003 struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); in cipso_v4_delopt() 2147 struct ip_options_rcu *opt; in cipso_v4_sock_getattr()
|
H A D | inet_connection_sock.c | 801 struct ip_options_rcu *opt; in inet_csk_route_req() 837 struct ip_options_rcu *opt; in inet_csk_route_child_sock()
|
H A D | raw.c | 559 struct ip_options_rcu *inet_opt; in raw_sendmsg()
|
H A D | af_inet.c | 1261 struct ip_options_rcu *inet_opt; in inet_sk_reselect_saddr()
|
H A D | tcp_ipv4.c | 228 struct ip_options_rcu *inet_opt; in tcp_v4_connect() 1770 struct ip_options_rcu *inet_opt;
|
H A D | route.c | 546 const struct ip_options_rcu *inet_opt; in build_sk_flow_key()
|
/linux/net/sctp/ |
H A D | protocol.c | 181 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() 201 struct ip_options_rcu *inet_opt; in sctp_v4_ip_options_len()
|
/linux/net/mptcp/ |
H A D | protocol.c | 3225 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options()
|