Searched defs:rt (Results 1 - 13 of 13) sorted by relevance

/include/linux/sunrpc/
H A Dtimer.h22 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
23 extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m);
24 extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer);
26 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) argument
31 t = &rt->ntimeouts[timer-1];
42 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) argument
46 return rt->ntimeouts[timer-1];
/include/net/
H A Dip6_route.h56 extern void rt6_bind_peer(struct rt6_info *rt,
59 static inline struct inet_peer *rt6_get_peer(struct rt6_info *rt) argument
61 if (rt->rt6i_peer)
62 return rt->rt6i_peer;
64 rt6_bind_peer(rt, 0);
65 return rt->rt6i_peer;
88 struct rt6_info *rt,
147 extern int rt6_dump_route(struct rt6_info *rt, void *p_arg);
160 struct rt6_info *rt = (struct rt6_info *) dst; local
167 np->dst_cookie = rt
180 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb); local
[all...]
H A Ddn_route.h83 static inline bool dn_is_input_route(struct dn_route *rt) argument
85 return rt->fld.flowidn_iif != 0;
88 static inline bool dn_is_output_route(struct dn_route *rt) argument
90 return rt->fld.flowidn_iif == 0;
H A Dipx.h150 static __inline__ void ipxrtr_hold(struct ipx_route *rt) argument
152 atomic_inc(&rt->refcnt);
155 static __inline__ void ipxrtr_put(struct ipx_route *rt) argument
157 if (atomic_dec_and_test(&rt->refcnt))
158 kfree(rt);
H A Droute.h74 static inline bool rt_is_input_route(const struct rtable *rt) argument
76 return rt->rt_route_iif != 0;
79 static inline bool rt_is_output_route(const struct rtable *rt) argument
81 return rt->rt_route_iif == 0;
192 extern void ip_rt_get_source(u8 *src, struct sk_buff *skb, struct rtable *rt);
199 static inline void ip_rt_put(struct rtable * rt) argument
201 if (rt)
202 dst_release(&rt->dst);
263 struct rtable *rt; local
269 rt
279 ip_route_newports(struct flowi4 *fl4, struct rtable *rt, __be16 orig_sport, __be16 orig_dport, __be16 sport, __be16 dport, struct sock *sk) argument
299 rt_get_peer(struct rtable *rt, __be32 daddr) argument
[all...]
H A Dip6_fib.h126 static inline void rt6_clean_expires(struct rt6_info *rt) argument
128 if (!(rt->rt6i_flags & RTF_EXPIRES) && rt->dst.from)
129 dst_release(rt->dst.from);
131 rt->rt6i_flags &= ~RTF_EXPIRES;
132 rt->dst.from = NULL;
135 static inline void rt6_set_expires(struct rt6_info *rt, unsigned long expires) argument
137 if (!(rt->rt6i_flags & RTF_EXPIRES) && rt->dst.from)
138 dst_release(rt
144 rt6_update_expires(struct rt6_info *rt, int timeout) argument
159 rt6_set_from(struct rt6_info *rt, struct rt6_info *from) argument
[all...]
H A Dif_inet6.h64 struct rt6_info *rt; member in struct:inet6_ifaddr
H A Dx25.h266 static __inline__ void x25_route_hold(struct x25_route *rt) argument
268 atomic_inc(&rt->refcnt);
271 static __inline__ void x25_route_put(struct x25_route *rt) argument
273 if (atomic_dec_and_test(&rt->refcnt))
274 kfree(rt);
H A Dxfrm.h926 struct rtable rt; member in union:xfrm_dst::__anon1672
/include/linux/amba/
H A Dpl022.h244 * @rt: indicates the controller should run the message pump with realtime
255 bool rt; member in struct:pl022_ssp_controller
/include/linux/spi/
H A Dspi.h248 * @rt: whether this queue is set to run as a realtime task
359 bool rt; member in struct:spi_master
/include/linux/
H A Dcdrom.h865 __u8 rt : 1; member in struct:__anon191
882 __u8 rt : 1; member in struct:__anon191
H A Dsched.h1281 struct sched_rt_entity rt; member in struct:task_struct
1835 #define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex tester */

Completed in 179 milliseconds