Searched refs:ip_queue_xmit (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ip_output.c | 545 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl) in ip_queue_xmit() function 549 EXPORT_SYMBOL(ip_queue_xmit);
|
| H A D | tcp_output.c | 1505 INDIRECT_CALLABLE_DECLARE(int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl)); 1717 inet6_csk_xmit, ip_queue_xmit, in __tcp_transmit_skb()
|
| H A D | tcp_ipv4.c | 2359 .queue_xmit = ip_queue_xmit,
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/net/l2tp/ |
| H A D | l2tp_core.c | 1220 err = ip_queue_xmit(tunnel->sock, skb, fl); in l2tp_xmit_queue()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 2039 .queue_xmit = ip_queue_xmit,
|