Searched refs:ip_options_rcu (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/kernel/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; 226 struct ip_options_rcu __rcu *inet_opt;
|
| H A D | ip.h | 78 struct ip_options_rcu *opt; 157 struct ip_options_rcu *opt, u8 tos); 733 int ip_options_get(struct net *net, struct ip_options_rcu **optp,
|
| H A D | tcp.h | 2106 static inline struct ip_options_rcu *tcp_v4_save_options(struct net *net, in tcp_v4_save_options() 2110 struct ip_options_rcu *dopt = NULL; in tcp_v4_save_options()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A 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()
|
| H A D | cipso_ipv4.c | 1839 struct ip_options_rcu *old, *opt = NULL; in cipso_v4_sock_setattr() 1924 struct ip_options_rcu *opt = NULL; in cipso_v4_req_setattr() 1959 opt = xchg((__force struct ip_options_rcu **)&req_inet->ireq_opt, opt); in cipso_v4_req_setattr() 1981 static int cipso_v4_delopt(struct ip_options_rcu __rcu **opt_ptr) in cipso_v4_delopt() 1983 struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); in cipso_v4_delopt() 2139 struct ip_options_rcu *opt; in cipso_v4_sock_getattr()
|
| H A D | datagram.c | 103 const struct ip_options_rcu *inet_opt; in ip4_datagram_release_cb()
|
| H A D | inet_connection_sock.c | 593 struct ip_options_rcu *opt; in inet_csk_route_req() 630 struct ip_options_rcu *opt; in inet_csk_route_child_sock() 1076 const struct ip_options_rcu *inet_opt; in inet_csk_rebuild_route()
|
| H A D | ip_output.c | 146 __be32 saddr, __be32 daddr, struct ip_options_rcu *opt, in ip_build_and_send_pkt() 466 struct ip_options_rcu *inet_opt; in __ip_queue_xmit() 1256 struct ip_options_rcu *opt; in ip_setup_cork()
|
| H A 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()
|
| H A D | af_inet.c | 1229 struct ip_options_rcu *inet_opt; in inet_sk_reselect_saddr() 1274 struct ip_options_rcu *inet_opt; in inet_sk_rebuild_header()
|
| H A D | raw.c | 577 struct ip_options_rcu *inet_opt; in raw_sendmsg()
|
| H A D | ping.c | 754 struct ip_options_rcu *inet_opt; in ping_v4_sendmsg()
|
| H A D | tcp_ipv4.c | 208 struct ip_options_rcu *inet_opt; in tcp_v4_connect() 1531 struct ip_options_rcu *inet_opt; in tcp_v4_syn_recv_sock()
|
| H A D | udp.c | 1125 struct ip_options_rcu *inet_opt; in udp_sendmsg()
|
| H A D | route.c | 578 const struct ip_options_rcu *inet_opt; in build_sk_flow_key()
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_ip.c | 464 const struct ip_options_rcu *inet_opt; in l2tp_ip_sendmsg()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | ipv4.c | 48 struct ip_options_rcu *inet_opt; in dccp_v4_connect()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 3577 struct ip_options_rcu *opt; in kernel_sock_ip_overhead()
|