Searched refs:ip_queue_xmit (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | ip.h | 240 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
/linux/net/dccp/ |
H A D | ipv6.c | 1002 .queue_xmit = ip_queue_xmit,
|
/linux/net/l2tp/ |
H A D | l2tp_core.c | 1217 err = ip_queue_xmit(tunnel->sock, skb, fl); in l2tp_xmit_queue()
|
/linux/net/ipv4/ |
H A D | tcp_output.c | 1275 INDIRECT_CALLABLE_DECLARE(int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl)… 1472 inet6_csk_xmit, ip_queue_xmit, in __tcp_transmit_skb()
|
H A D | tcp_ipv4.c | 2458 .queue_xmit = ip_queue_xmit,
|
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 2089 .queue_xmit = ip_queue_xmit,
|