taglinefilesource code
all1796net/inet/ip.cvoid ip_do_retransmit(struct sock *sk, int all)
all1873net/inet/ip.cif (!all)
all1892net/inet/ip.cvoid ip_retransmit(struct sock *sk, int all)
all1894net/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);
all232net/inet/tcp.cstatic void tcp_retransmit(struct sock *sk, int all)
all234net/inet/tcp.cif (all) 
all236net/inet/tcp.cip_retransmit(sk, all);
all247net/inet/tcp.cip_retransmit(sk, all);