Searched refs:inet6_csk_xmit (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | inet6_connection_sock.c | 114 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl_unused) in inet6_csk_xmit() function 140 EXPORT_SYMBOL_GPL(inet6_csk_xmit);
|
H A D | tcp_ipv6.c | 1884 .queue_xmit = inet6_csk_xmit,
|
/openbmc/linux/include/net/ |
H A D | inet6_connection_sock.h | 26 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
/openbmc/linux/net/dccp/ |
H A D | ipv6.c | 984 .queue_xmit = inet6_csk_xmit,
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_core.c | 1009 err = inet6_csk_xmit(tunnel->sock, skb, NULL); in l2tp_xmit_queue()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_output.c | 1236 INDIRECT_CALLABLE_DECLARE(int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl… 1423 inet6_csk_xmit, ip_queue_xmit, in __tcp_transmit_skb()
|