Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 22 of 22) sorted by relevance

/include/linux/sunrpc/
A Dtimer.h23 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 Droute.h93 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 Dip6_fib.h231 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 Dip6_route.h102 !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 Dx25.h265 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 Dipv6_stubs.h52 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 Dip.h226 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 Dif_inet6.h59 struct fib6_info *rt; member
A Dudp_tunnel.h134 void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
A Dipv6.h1097 struct rt6_info *rt, unsigned int flags);
1113 struct rt6_info *rt, unsigned int flags,
A Dip_tunnels.h604 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
A Dxfrm.h1058 struct rtable rt; member
/include/crypto/internal/
A Dengine.h44 bool rt; member
/include/crypto/
A Dengine.h76 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
79 bool rt, int qlen);
/include/math-emu/
A Ddouble.h122 #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 Dquad.h128 #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 Dsingle.h111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) argument
/include/linux/amba/
A Dpl022.h244 bool rt; member
/include/video/
A Dsticore.h72 #define REGION_OFFSET_TO_PHYS( rt, hpa ) \ argument
73 (((rt).region_desc.offset << 12) + (hpa))
/include/uapi/linux/
A Dcdrom.h888 __u8 rt : 1; member
905 __u8 rt : 1; member
/include/linux/spi/
A Dspi.h191 bool rt; member
718 bool rt; member
/include/linux/
A Dsched.h870 struct sched_rt_entity rt; member

Completed in 71 milliseconds