Searched refs:ip_queue_xmit (Results 1 – 8 of 8) sorted by relevance
/net/l2tp/ |
D | l2tp_ip.c | 494 rc = ip_queue_xmit(sk, skb, &inet->cork.fl); in l2tp_ip_sendmsg()
|
D | l2tp_core.c | 1083 error = ip_queue_xmit(tunnel->sock, skb, fl); in l2tp_xmit_core()
|
/net/ipv4/ |
D | ip_output.c | 363 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl) in ip_queue_xmit() function 449 EXPORT_SYMBOL(ip_queue_xmit);
|
D | tcp_ipv4.c | 1776 .queue_xmit = ip_queue_xmit,
|
/net/dccp/ |
D | ipv4.c | 921 .queue_xmit = ip_queue_xmit,
|
D | ipv6.c | 1026 .queue_xmit = ip_queue_xmit,
|
/net/sctp/ |
D | protocol.c | 965 return ip_queue_xmit(&inet->sk, skb, &transport->fl); in sctp_v4_xmit()
|
/net/ipv6/ |
D | tcp_ipv6.c | 1667 .queue_xmit = ip_queue_xmit,
|