taglinefilesource code
all1801net/inet/ip.cvoid ip_do_retransmit(struct sock *sk, int all)
all1878net/inet/ip.cif (!all)
all1897net/inet/ip.cvoid ip_retransmit(struct sock *sk, int all)
all1899net/inet/ip.cip_do_retransmit(sk, all);
all84net/inet/ip.hextern void    ip_retransmit(struct sock *sk, int all);
all85net/inet/ip.hextern void    ip_do_retransmit(struct sock *sk, int all);
all214net/inet/sock.hvoid      (*retransmit)(struct sock *sk, int all);
all279net/inet/tcp.cstatic void tcp_retransmit(struct sock *sk, int all)
all281net/inet/tcp.cif (all) 
all283net/inet/tcp.cip_retransmit(sk, all);
all294net/inet/tcp.cip_retransmit(sk, all);