Searched refs:rth (Results 1 – 5 of 5) sorted by relevance
203 static int rt_intern_hash(unsigned hash, struct rtable *rth,336 static __inline__ int rt_fast_clean(struct rtable *rth) in rt_fast_clean() argument340 return (rth->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST)) && in rt_fast_clean()341 rth->key.iif && rth->u.rt_next; in rt_fast_clean()344 static __inline__ int rt_valuable(struct rtable *rth) in rt_valuable() argument346 return (rth->rt_flags & (RTCF_REDIRECTED | RTCF_NOTIFY)) || in rt_valuable()347 rth->u.dst.expires; in rt_valuable()350 static __inline__ int rt_may_expire(struct rtable *rth, unsigned long tmo1, unsigned long tmo2) in rt_may_expire() argument355 if (atomic_read(&rth->u.dst.__refcnt)) in rt_may_expire()359 if (rth->u.dst.expires && in rt_may_expire()[all …]
1157 struct tcphdr rth; in tcp_v4_send_reset() local1168 memset(&rth, 0, sizeof(struct tcphdr)); in tcp_v4_send_reset()1169 rth.dest = th->source; in tcp_v4_send_reset()1170 rth.source = th->dest; in tcp_v4_send_reset()1171 rth.doff = sizeof(struct tcphdr)/4; in tcp_v4_send_reset()1172 rth.rst = 1; in tcp_v4_send_reset()1175 rth.seq = th->ack_seq; in tcp_v4_send_reset()1177 rth.ack = 1; in tcp_v4_send_reset()1178 rth.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin in tcp_v4_send_reset()1183 arg.iov[0].iov_base = (unsigned char *)&rth; in tcp_v4_send_reset()[all …]
5 Richard Henderson <rth@cygnus.com>
1258 E: rth@twiddle.net1259 E: rth@redhat.com
1 Sat Jan 18 15:51:45 1997 Richard Henderson <rth@tamu.edu>