Searched refs:ip_options_rcu (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.15/include/net/ |
| D | inet_sock.h | 58 struct ip_options_rcu { struct 64 struct ip_options_rcu opt; argument 93 struct ip_options_rcu __rcu *ireq_opt; 213 struct ip_options_rcu __rcu *inet_opt;
|
| D | ip.h | 76 struct ip_options_rcu *opt; 155 struct ip_options_rcu *opt, u8 tos); 734 int ip_options_get(struct net *net, struct ip_options_rcu **optp,
|
| D | tcp.h | 2095 static inline struct ip_options_rcu *tcp_v4_save_options(struct net *net, in tcp_v4_save_options() 2099 struct ip_options_rcu *dopt = NULL; in tcp_v4_save_options()
|
| /Linux-v5.15/net/ipv4/ |
| D | ip_options.c | 525 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() 528 struct ip_options_rcu *opt; in ip_options_get() 530 opt = kzalloc(sizeof(struct ip_options_rcu) + ((optlen + 3) & ~3), in ip_options_get()
|
| D | cipso_ipv4.c | 1836 struct ip_options_rcu *old, *opt = NULL; in cipso_v4_sock_setattr() 1921 struct ip_options_rcu *opt = NULL; in cipso_v4_req_setattr() 1956 opt = xchg((__force struct ip_options_rcu **)&req_inet->ireq_opt, opt); in cipso_v4_req_setattr() 1978 static int cipso_v4_delopt(struct ip_options_rcu __rcu **opt_ptr) in cipso_v4_delopt() 1980 struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); in cipso_v4_delopt() 2136 struct ip_options_rcu *opt; in cipso_v4_sock_getattr()
|
| D | datagram.c | 103 const struct ip_options_rcu *inet_opt; in ip4_datagram_release_cb()
|
| D | inet_connection_sock.c | 602 struct ip_options_rcu *opt; in inet_csk_route_req() 639 struct ip_options_rcu *opt; in inet_csk_route_child_sock() 1255 const struct ip_options_rcu *inet_opt; in inet_csk_rebuild_route()
|
| D | ip_output.c | 146 __be32 saddr, __be32 daddr, struct ip_options_rcu *opt, in ip_build_and_send_pkt() 451 struct ip_options_rcu *inet_opt; in __ip_queue_xmit() 1231 struct ip_options_rcu *opt; in ip_setup_cork()
|
| D | ip_sockglue.c | 950 struct ip_options_rcu *old, *opt = NULL; in do_ip_setsockopt() 1543 struct ip_options_rcu *inet_opt; in do_ip_getsockopt()
|
| D | af_inet.c | 1230 struct ip_options_rcu *inet_opt; in inet_sk_reselect_saddr() 1275 struct ip_options_rcu *inet_opt; in inet_sk_rebuild_header()
|
| D | raw.c | 577 struct ip_options_rcu *inet_opt; in raw_sendmsg()
|
| D | ping.c | 738 struct ip_options_rcu *inet_opt; in ping_v4_sendmsg()
|
| D | tcp_ipv4.c | 208 struct ip_options_rcu *inet_opt; in tcp_v4_connect() 1555 struct ip_options_rcu *inet_opt; in tcp_v4_syn_recv_sock()
|
| D | udp.c | 1135 struct ip_options_rcu *inet_opt; in udp_sendmsg()
|
| D | route.c | 546 const struct ip_options_rcu *inet_opt; in build_sk_flow_key()
|
| /Linux-v5.15/net/l2tp/ |
| D | l2tp_ip.c | 464 const struct ip_options_rcu *inet_opt; in l2tp_ip_sendmsg()
|
| /Linux-v5.15/net/sctp/ |
| D | protocol.c | 180 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() 203 struct ip_options_rcu *inet_opt; in sctp_v4_ip_options_len()
|
| /Linux-v5.15/net/dccp/ |
| D | ipv4.c | 55 struct ip_options_rcu *inet_opt; in dccp_v4_connect()
|
| /Linux-v5.15/net/ |
| D | socket.c | 3562 struct ip_options_rcu *opt; in kernel_sock_ip_overhead()
|