/include/linux/sunrpc/ |
A D | timer.h | 23 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo); 24 extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m); 25 extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer); 27 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) in rpc_set_timeo() argument 32 t = &rt->ntimeouts[timer-1]; in rpc_set_timeo() 43 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) in rpc_ntimeo() argument 47 return rt->ntimeouts[timer-1]; in rpc_ntimeo()
|
/include/net/ |
A D | route.h | 93 return rt->rt_is_input != 0; in rt_is_input_route() 104 return rt->rt_gw4; in rt_nexthop() 285 dst_release(&rt->dst); in ip_rt_put() 343 struct rtable *rt; in ip_route_connect() local 349 if (IS_ERR(rt)) in ip_route_connect() 350 return rt; in ip_route_connect() 351 ip_rt_put(rt); in ip_route_connect() 366 ip_rt_put(rt); in ip_route_newports() 372 return rt; in ip_route_newports() 379 if (rt && rt->rt_iif) in inet_iif() [all …]
|
A D | ip6_fib.h | 231 for (rt = rcu_dereference((fn)->leaf); rt; \ 232 rt = rcu_dereference(rt->fib6_next)) 235 for (rt = (w)->leaf; rt; \ 236 rt = rcu_dereference_protected(rt->fib6_next, 1)) 247 return rt->fib6_src.plen > 0; in fib6_requires_src() 304 if (rt->sernum) in rt6_get_cookie() 305 return rt->sernum; in rt6_get_cookie() 324 dst_release(&rt->dst); in ip6_rt_put() 426 struct fib6_info *rt; member 497 struct fib6_info *rt, [all …]
|
A D | ip6_route.h | 102 !list_empty(&rt->dst.rt_uncached)) in ip6_rt_put_flags() 103 ip6_rt_put(rt); in ip6_rt_put_flags() 252 return rt->rt6i_flags & RTF_LOCAL; in ipv6_unicast_destination() 258 const struct rt6_info *rt = dst_rt6_info(dst); in ipv6_anycast_destination() local 260 return rt->rt6i_flags & RTF_ANYCAST || in ipv6_anycast_destination() 261 (rt->rt6i_dst.plen < 127 && in ipv6_anycast_destination() 263 ipv6_addr_equal(&rt->rt6i_dst.addr, daddr)); in ipv6_anycast_destination() 304 if (rt->rt6i_flags & RTF_GATEWAY) in rt6_nexthop() 305 return &rt->rt6i_gateway; in rt6_nexthop() 306 else if (unlikely(rt->rt6i_flags & RTF_CACHE)) in rt6_nexthop() [all …]
|
A D | x25.h | 265 static __inline__ void x25_route_hold(struct x25_route *rt) in x25_route_hold() argument 267 refcount_inc(&rt->refcnt); in x25_route_hold() 270 static __inline__ void x25_route_put(struct x25_route *rt) in x25_route_put() argument 272 if (refcount_dec_and_test(&rt->refcnt)) in x25_route_put() 273 kfree(rt); in x25_route_put()
|
A D | ipv6_stubs.h | 52 void (*fib6_update_sernum)(struct net *net, struct fib6_info *rt); 53 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify); 54 void (*fib6_rt_update)(struct net *net, struct fib6_info *rt,
|
A D | ip.h | 226 struct rtable **rt, 431 const struct rtable *rt = dst_rtable(dst); in ip_mtu_locked() local 433 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU); in ip_mtu_locked() 469 const struct rtable *rt = dst_rtable(dst); in ip_dst_mtu_maybe_forward() local 479 mtu = rt->rt_pmtu; in ip_dst_mtu_maybe_forward() 480 if (mtu && time_before(jiffies, READ_ONCE(rt->dst.expires))) in ip_dst_mtu_maybe_forward() 492 if (rt->rt_uses_gateway && mtu > 576) in ip_dst_mtu_maybe_forward() 770 __be32 daddr, struct rtable *rt);
|
A D | if_inet6.h | 59 struct fib6_info *rt; member
|
A D | udp_tunnel.h | 134 void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
|
A D | ipv6.h | 1097 struct rt6_info *rt, unsigned int flags); 1113 struct rt6_info *rt, unsigned int flags,
|
A D | ip_tunnels.h | 604 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
|
A D | xfrm.h | 1058 struct rtable rt; member
|
/include/crypto/internal/ |
A D | engine.h | 44 bool rt; member
|
/include/crypto/ |
A D | engine.h | 76 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt); 79 bool rt, int qlen);
|
/include/math-emu/ |
A D | double.h | 122 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,2,X,r,rs,rt) argument 197 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,1,X,r,rs,rt) argument
|
A D | quad.h | 128 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,4,X,r,rs,rt) argument 201 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,2,X,r,rs,rt) argument
|
A D | single.h | 111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) argument
|
/include/linux/amba/ |
A D | pl022.h | 244 bool rt; member
|
/include/video/ |
A D | sticore.h | 72 #define REGION_OFFSET_TO_PHYS( rt, hpa ) \ argument 73 (((rt).region_desc.offset << 12) + (hpa))
|
/include/uapi/linux/ |
A D | cdrom.h | 888 __u8 rt : 1; member 905 __u8 rt : 1; member
|
/include/linux/spi/ |
A D | spi.h | 191 bool rt; member 718 bool rt; member
|
/include/linux/ |
A D | sched.h | 870 struct sched_rt_entity rt; member
|