Searched refs:queue_xmit (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | inet_connection_sock.h | 36 int (*queue_xmit)(struct sock *sk, struct sk_buff *skb, struct flowi *fl); member
|
| /linux-6.15/net/dccp/ |
| H A D | ipv6.c | 983 .queue_xmit = inet6_csk_xmit, 997 .queue_xmit = ip_queue_xmit,
|
| H A D | output.c | 138 err = icsk->icsk_af_ops->queue_xmit(sk, skb, &inet->cork.fl); in dccp_transmit_skb()
|
| H A D | ipv4.c | 929 .queue_xmit = ip_queue_xmit,
|
| /linux-6.15/net/mptcp/ |
| H A D | subflow.c | 2171 subflow_v6m_specific.queue_xmit = ipv4_specific.queue_xmit; in mptcp_subflow_init()
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 2062 .queue_xmit = inet6_csk_xmit, 2094 .queue_xmit = ip_queue_xmit,
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_ipv4.c | 2471 .queue_xmit = ip_queue_xmit,
|
| H A D | tcp_output.c | 1479 err = INDIRECT_CALL_INET(icsk->icsk_af_ops->queue_xmit, in __tcp_transmit_skb()
|