taglinefilesource code
hard_start_xmit184net/tcp/dev.cdev->hard_start_xmit (NULL, dev);
hard_start_xmit200net/tcp/dev.cif (dev->hard_start_xmit(skb, dev) == 0)
hard_start_xmit79net/tcp/dev.hint (*hard_start_xmit) (struct sk_buff *skb, struct device *dev);
hard_start_xmit122net/tcp/loopback.cdev->hard_start_xmit = loopback_xmit;
hard_start_xmit658net/tcp/we.cdev->hard_start_xmit = wd8003_start_xmit;