Searched refs:ip_options_rcu (Results 1 – 20 of 20) sorted by relevance
| /linux/include/net/ |
| H A D | inet_sock.h | 61 struct ip_options_rcu { struct 93 struct ip_options_rcu __rcu *ireq_opt; 235 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); 788 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()
|
| H A D | tcp.h | 2640 static inline struct ip_options_rcu *tcp_v4_save_options(struct net *net, in tcp_v4_save_options() 2644 struct ip_options_rcu *dopt = NULL; in tcp_v4_save_options()
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | inet_sock.rst | 22 struct ip_options_rcu* inet_opt read_mostly __ip_queue_x…
|
| /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 | 1858 struct ip_options_rcu *old, *opt = NULL; in cipso_v4_sock_setattr() 1942 struct ip_options_rcu *opt = NULL; in cipso_v4_req_setattr() 1999 static int cipso_v4_delopt(struct ip_options_rcu __rcu **opt_ptr) in cipso_v4_delopt() 2001 struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); in cipso_v4_delopt() 2145 struct ip_options_rcu *opt; in cipso_v4_sock_getattr()
|
| H A D | ip_output.c | 152 __be32 saddr, __be32 daddr, struct ip_options_rcu *opt, in ip_build_and_send_pkt() 468 struct ip_options_rcu *inet_opt; in __ip_queue_xmit() 1295 struct ip_options_rcu *opt; in ip_setup_cork() 1609 DEFINE_RAW_FLEX(struct ip_options_rcu, replyopts, opt.__data, in ip_send_unicast_reply()
|
| H A D | raw.c | 484 DEFINE_RAW_FLEX(struct ip_options_rcu, opt_copy, opt.__data, in raw_sendmsg() 560 struct ip_options_rcu *inet_opt; in raw_sendmsg()
|
| H A D | ping.c | 699 DEFINE_RAW_FLEX(struct ip_options_rcu, opt_copy, opt.__data, in ping_v4_sendmsg() 751 struct ip_options_rcu *inet_opt; in ping_v4_sendmsg()
|
| H A D | inet_connection_sock.c | 766 struct ip_options_rcu *opt; in inet_csk_route_req() 802 struct ip_options_rcu *opt; in inet_csk_route_child_sock()
|
| H A D | ip_sockglue.c | 1083 struct ip_options_rcu *old, *opt = NULL; in do_ip_setsockopt() 1606 struct ip_options_rcu *inet_opt; in do_ip_getsockopt()
|
| H A D | icmp.c | 117 struct ip_options_rcu replyopts;
|
| H A D | af_inet.c | 1275 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() 1720 struct ip_options_rcu *inet_opt;
|
| H A D | udp.c | 1272 DEFINE_RAW_FLEX(struct ip_options_rcu, opt_copy, opt.__data, in udp_sendmsg() 1367 struct ip_options_rcu *inet_opt; in udp_sendmsg()
|
| H A D | route.c | 547 const struct ip_options_rcu *inet_opt; in build_sk_flow_key()
|
| /linux/net/sctp/ |
| H A D | protocol.c | 182 struct ip_options_rcu *inet_opt, *newopt = NULL; in sctp_v4_copy_ip_options() 202 struct ip_options_rcu *inet_opt; in sctp_v4_ip_options_len()
|
| /linux/net/ |
| H A D | socket.c | 3696 struct ip_options_rcu *opt; in kernel_sock_ip_overhead()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 3487 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options()
|