Searched refs:ip6_xmit (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/net/ipv6/ |
| D | inet6_connection_sock.c | 174 res = ip6_xmit(sk, skb, &fl6, rcu_dereference(np->opt), in inet6_csk_xmit()
|
| D | ip6_output.c | 157 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, in ip6_xmit() function 249 EXPORT_SYMBOL(ip6_xmit);
|
| D | tcp_ipv6.c | 467 err = ip6_xmit(sk, skb, fl6, rcu_dereference(np->opt), in tcp_v6_send_synack() 825 ip6_xmit(ctl_sk, buff, &fl6, NULL, tclass); in tcp_v6_send_response()
|
| /linux-4.4.14/net/dccp/ |
| D | ipv6.c | 225 err = ip6_xmit(sk, skb, &fl6, rcu_dereference(np->opt), in dccp_v6_send_response() 279 ip6_xmit(ctl_sk, skb, &fl6, NULL, 0); in dccp_v6_ctl_send_reset()
|
| /linux-4.4.14/include/net/ |
| D | ipv6.h | 835 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
|
| /linux-4.4.14/net/sctp/ |
| D | ipv6.c | 225 res = ip6_xmit(sk, skb, fl6, rcu_dereference(np->opt), np->tclass); in sctp_v6_xmit()
|