Searched refs:ip_queue_xmit (Results 1 – 13 of 13) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| A D | inet_sock.rst | 22 u8 tos read_mostly - ip_queue_xmit
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| A D | bug-hunting.rst | 218 ip_queue_xmit:
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| A D | bug-hunting.rst | 221 ip_queue_xmit:
|
| /linux/net/l2tp/ |
| A D | l2tp_ip.c | 525 rc = ip_queue_xmit(sk, skb, &inet->cork.fl); in l2tp_ip_sendmsg()
|
| A D | l2tp_core.c | 1217 err = ip_queue_xmit(tunnel->sock, skb, fl); in l2tp_xmit_queue()
|
| /linux/net/ipv4/ |
| A D | ip_output.c | 548 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl) in ip_queue_xmit() function 552 EXPORT_SYMBOL(ip_queue_xmit);
|
| A D | tcp_output.c | 1270 INDIRECT_CALLABLE_DECLARE(int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl)… 1467 inet6_csk_xmit, ip_queue_xmit, in __tcp_transmit_skb()
|
| A D | tcp_ipv4.c | 2455 .queue_xmit = ip_queue_xmit,
|
| /linux/include/net/ |
| A D | ip.h | 240 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
| /linux/net/dccp/ |
| A D | ipv4.c | 931 .queue_xmit = ip_queue_xmit,
|
| A D | ipv6.c | 1002 .queue_xmit = ip_queue_xmit,
|
| /linux/Documentation/admin-guide/ |
| A D | bug-hunting.rst | 228 ip_queue_xmit:
|
| /linux/net/ipv6/ |
| A D | tcp_ipv6.c | 2086 .queue_xmit = ip_queue_xmit,
|
Completed in 42 milliseconds