Searched refs:ip_queue_xmit (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_ip.c | 498 rc = ip_queue_xmit(sk, skb, &inet->cork.fl); in l2tp_ip_sendmsg()
|
| H A D | l2tp_core.c | 1009 err = ip_queue_xmit(tunnel->sock, skb, fl); in l2tp_xmit_queue()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_output.c | 552 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl) in ip_queue_xmit() function 556 EXPORT_SYMBOL(ip_queue_xmit);
|
| H A D | tcp_output.c | 1222 INDIRECT_CALLABLE_DECLARE(int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl)… 1403 inet6_csk_xmit, ip_queue_xmit, in __tcp_transmit_skb()
|
| H A D | tcp_ipv4.c | 2178 .queue_xmit = ip_queue_xmit,
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip.h | 238 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | ipv4.c | 910 .queue_xmit = ip_queue_xmit,
|
| H A D | ipv6.c | 986 .queue_xmit = ip_queue_xmit,
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bug-hunting.rst | 228 ip_queue_xmit:
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | tcp_ipv6.c | 1902 .queue_xmit = ip_queue_xmit,
|