Home
last modified time | relevance | path

Searched refs:rth (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Droute.c203 static int rt_intern_hash(unsigned hash, struct rtable *rth,
336 static __inline__ int rt_fast_clean(struct rtable *rth) in rt_fast_clean() argument
340 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() argument
346 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() argument
355 if (atomic_read(&rth->u.dst.__refcnt)) in rt_may_expire()
359 if (rth->u.dst.expires && in rt_may_expire()
[all …]
Dtcp_ipv4.c1157 struct tcphdr rth; in tcp_v4_send_reset() local
1168 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 …]
/linux-2.4.37.9/Documentation/
DDMA-mapping.txt5 Richard Henderson <rth@cygnus.com>
/linux-2.4.37.9/
DCREDITS1258 E: rth@twiddle.net
1259 E: rth@redhat.com
/linux-2.4.37.9/drivers/scsi/
DChangeLog1 Sat Jan 18 15:51:45 1997 Richard Henderson <rth@tamu.edu>