taglinefilesource code
all1802net/inet/ip.cvoid ip_do_retransmit(struct sock *sk, int all)
all1877net/inet/ip.cif (!all)
all1896net/inet/ip.cvoid ip_retransmit(struct sock *sk, int all)
all1898net/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);
all297net/inet/tcp.cstatic void tcp_retransmit(struct sock *sk, int all)
all299net/inet/tcp.cif (all) 
all301net/inet/tcp.cip_retransmit(sk, all);
all312net/inet/tcp.cip_retransmit(sk, all);