Home
last modified time | relevance | path

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

/include/linux/sunrpc/
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/
Droute.h90 static inline bool rt_is_input_route(const struct rtable *rt) in rt_is_input_route() argument
92 return rt->rt_is_input != 0; in rt_is_input_route()
95 static inline bool rt_is_output_route(const struct rtable *rt) in rt_is_output_route() argument
97 return rt->rt_is_input == 0; in rt_is_output_route()
100 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() argument
102 if (rt->rt_gw_family == AF_INET) in rt_nexthop()
103 return rt->rt_gw4; in rt_nexthop()
243 int ip_rt_ioctl(struct net *, unsigned int cmd, struct rtentry *rt);
244 void ip_rt_get_source(u8 *src, struct sk_buff *skb, struct rtable *rt);
247 struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt);
[all …]
Dip6_fib.h240 for (rt = rcu_dereference((fn)->leaf); rt; \
241 rt = rcu_dereference(rt->fib6_next))
244 for (rt = (w)->leaf; rt; \
245 rt = rcu_dereference_protected(rt->fib6_next, 1))
254 static inline bool fib6_requires_src(const struct fib6_info *rt) in fib6_requires_src() argument
256 return rt->fib6_src.plen > 0; in fib6_requires_src()
308 static inline u32 rt6_get_cookie(const struct rt6_info *rt) in rt6_get_cookie() argument
313 if (rt->sernum) in rt6_get_cookie()
314 return rt->sernum; in rt6_get_cookie()
318 from = rcu_dereference(rt->from); in rt6_get_cookie()
[all …]
Dip6_route.h99 static inline void ip6_rt_put_flags(struct rt6_info *rt, int flags) in ip6_rt_put_flags() argument
102 !list_empty(&rt->dst.rt_uncached)) in ip6_rt_put_flags()
103 ip6_rt_put(rt); in ip6_rt_put_flags()
215 void rt6_uncached_list_add(struct rt6_info *rt);
216 void rt6_uncached_list_del(struct rt6_info *rt);
250 const struct rt6_info *rt = dst_rt6_info(skb_dst(skb)); in ipv6_unicast_destination() local
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()
[all …]
Dx25.h266 static __inline__ void x25_route_hold(struct x25_route *rt) in x25_route_hold() argument
268 refcount_inc(&rt->refcnt); in x25_route_hold()
271 static __inline__ void x25_route_put(struct x25_route *rt) in x25_route_put() argument
273 if (refcount_dec_and_test(&rt->refcnt)) in x25_route_put()
274 kfree(rt); in x25_route_put()
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,
Dip.h225 struct rtable **rt,
436 const struct rtable *rt = dst_rtable(dst); in ip_mtu_locked() local
438 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU); in ip_mtu_locked()
474 const struct rtable *rt = dst_rtable(dst); in ip_dst_mtu_maybe_forward() local
484 mtu = rt->rt_pmtu; in ip_dst_mtu_maybe_forward()
485 if (mtu && time_before(jiffies, rt->dst.expires)) in ip_dst_mtu_maybe_forward()
497 if (rt->rt_uses_gateway && mtu > 576) in ip_dst_mtu_maybe_forward()
761 __be32 daddr, struct rtable *rt);
Dmctp.h254 int mctp_local_output(struct sock *sk, struct mctp_route *rt,
Dif_inet6.h59 struct fib6_info *rt; member
Dudp_tunnel.h150 void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
Dipv6.h1092 struct rt6_info *rt, unsigned int flags);
1108 struct rt6_info *rt, unsigned int flags,
Dip_tunnels.h594 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
Dxfrm.h1001 struct rtable rt; member
/include/crypto/internal/
Dengine.h60 bool rt; member
/include/crypto/
Dengine.h76 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
80 bool rt, int qlen);
/include/math-emu/
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
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
Dsingle.h111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) argument
/include/linux/amba/
Dpl022.h244 bool rt; member
/include/video/
Dsticore.h72 #define REGION_OFFSET_TO_PHYS( rt, hpa ) \ argument
73 (((rt).region_desc.offset << 12) + (hpa))
/include/uapi/linux/
Dcdrom.h888 __u8 rt : 1; member
905 __u8 rt : 1; member
/include/linux/spi/
Dspi.h191 bool rt; member
710 bool rt; member
/include/linux/
Dsched.h889 struct sched_rt_entity rt; member