Searched refs:inet6_csk_xmit (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | inet6_connection_sock.c | 100 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl_unused) in inet6_csk_xmit() function 126 EXPORT_SYMBOL_GPL(inet6_csk_xmit);
|
| H A D | tcp_ipv6.c | 2062 .queue_xmit = inet6_csk_xmit,
|
| /linux-6.15/include/net/ |
| H A D | inet6_connection_sock.h | 24 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
| /linux-6.15/net/dccp/ |
| H A D | ipv6.c | 983 .queue_xmit = inet6_csk_xmit,
|
| /linux-6.15/net/l2tp/ |
| H A D | l2tp_core.c | 1214 err = inet6_csk_xmit(tunnel->sock, skb, NULL); in l2tp_xmit_queue()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_output.c | 1284 INDIRECT_CALLABLE_DECLARE(int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl… 1480 inet6_csk_xmit, ip_queue_xmit, in __tcp_transmit_skb()
|