taglinefilesource code
ndev172net/ipv4/icmp.cstruct device *ndev=NULL;  /* Make this =dev to force replies on the same interface */
ndev305net/ipv4/icmp.c&ndev, IPPROTO_ICMP, NULL, len,
ndev346net/ipv4/icmp.cip_queue_xmit(NULL, ndev, skb, 1);
ndev514net/ipv4/icmp.cstruct device *ndev=NULL;
ndev532net/ipv4/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev,
ndev568net/ipv4/icmp.cip_queue_xmit((struct sock *)NULL, ndev, skb2, 1);
ndev589net/ipv4/icmp.cstruct device *ndev=NULL;
ndev615net/ipv4/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, 
ndev654net/ipv4/icmp.cip_queue_xmit((struct sock *) NULL, ndev, skb2, 1);
ndev695net/ipv4/icmp.cstruct device *ndev=NULL;
ndev714net/ipv4/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev,
ndev746net/ipv4/icmp.cip_queue_xmit((struct sock *)NULL, ndev, skb2, 1);
ndev2512net/ipv4/tcp.cstruct device *ndev=NULL;
ndev2538net/ipv4/tcp.ctmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt,
ndev2581net/ipv4/tcp.cprot->queue_xmit(NULL, ndev, buff, 1);
ndev2691net/ipv4/tcp.cstruct device *ndev=NULL;
ndev2885net/ipv4/tcp.ctmp = sk->prot->build_header(buff, newsk->saddr, newsk->daddr, &ndev,
ndev2935net/ipv4/tcp.cnewsk->prot->queue_xmit(newsk, ndev, buff, 0);