Searched refs:ip_options_rcu (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/include/net/ |
H A 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; 225 struct ip_options_rcu __rcu *inet_opt;
|
H A D | ip.h | 79 struct ip_options_rcu *opt; 160 struct ip_options_rcu *opt, u8 tos); 755 int ip_options_get(struct net *net, struct ip_options_rcu **optp,
|
H A D | tcp.h | 2275 static inline struct ip_options_rcu *tcp_v4_save_options(struct net *net, in tcp_v4_save_options() 2279 struct ip_options_rcu *dopt = NULL; in tcp_v4_save_options()
|
/openbmc/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 | datagram.c | 103 const struct ip_options_rcu *inet_opt; in ip4_datagram_release_cb()
|
H A D | cipso_ipv4.c | 1838 struct ip_options_rcu *old, *opt = NULL; in cipso_v4_sock_setattr() 1923 struct ip_options_rcu *opt = NULL; in cipso_v4_req_setattr() 1980 static int cipso_v4_delopt(struct ip_options_rcu __rcu **opt_ptr) in cipso_v4_delopt() 1982 struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); in cipso_v4_delopt() 2142 struct ip_options_rcu *opt; in cipso_v4_sock_getattr()
|
H A D | inet_connection_sock.c | 812 struct ip_options_rcu *opt; in inet_csk_route_req() 849 struct ip_options_rcu *opt; in inet_csk_route_child_sock() 1497 const struct ip_options_rcu *inet_opt; in inet_csk_rebuild_route()
|
H A D | ip_output.c | 150 __be32 saddr, __be32 daddr, struct ip_options_rcu *opt, in ip_build_and_send_pkt() 461 struct ip_options_rcu *inet_opt; in __ip_queue_xmit() 1286 struct ip_options_rcu *opt; in ip_setup_cork()
|
H A D | ip_sockglue.c | 1052 struct ip_options_rcu *old, *opt = NULL; in do_ip_setsockopt() 1608 struct ip_options_rcu *inet_opt; in do_ip_getsockopt()
|
H A D | af_inet.c | 1259 struct ip_options_rcu *inet_opt; in inet_sk_reselect_saddr() 1311 struct ip_options_rcu *inet_opt; in inet_sk_rebuild_header()
|
H A D | raw.c | 552 struct ip_options_rcu *inet_opt; in raw_sendmsg()
|
H A D | ping.c | 749 struct ip_options_rcu *inet_opt; in ping_v4_sendmsg()
|
H A D | tcp_ipv4.c | 218 struct ip_options_rcu *inet_opt; in tcp_v4_connect() 1578 struct ip_options_rcu *inet_opt; in tcp_v4_syn_recv_sock()
|
H A D | udp.c | 1154 struct ip_options_rcu *inet_opt; in udp_sendmsg()
|
H A D | route.c | 554 const struct ip_options_rcu *inet_opt; in build_sk_flow_key()
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_ip.c | 466 const struct ip_options_rcu *inet_opt; in l2tp_ip_sendmsg()
|
/openbmc/linux/net/sctp/ |
H A D | protocol.c | 179 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()
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 55 struct ip_options_rcu *inet_opt; in dccp_v4_connect()
|
/openbmc/linux/net/ |
H A D | socket.c | 3698 struct ip_options_rcu *opt; in kernel_sock_ip_overhead()
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 3240 struct ip_options_rcu *inet_opt, *newopt = NULL; in mptcp_copy_ip_options()
|