Home
last modified time | relevance | path

Searched refs:ip6_xmit (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dinet6_connection_sock.c135 res = ip6_xmit(sk, skb, &fl6, sk->sk_mark, rcu_dereference(np->opt), in inet6_csk_xmit()
H A Dip6_output.c261 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, in ip6_xmit() function
375 EXPORT_SYMBOL(ip6_xmit);
H A Dtcp_ipv6.c563 err = ip6_xmit(sk, skb, fl6, skb->mark ? : READ_ONCE(sk->sk_mark), in tcp_v6_send_synack()
961 ip6_xmit(ctl_sk, buff, &fl6, fl6.flowi6_mark, NULL, in tcp_v6_send_response()
/openbmc/linux/net/dccp/
H A Dipv6.c241 err = ip6_xmit(sk, skb, &fl6, READ_ONCE(sk->sk_mark), opt, in dccp_v6_send_response()
299 ip6_xmit(ctl_sk, skb, &fl6, 0, NULL, 0, 0); in dccp_v6_ctl_send_reset()
/openbmc/linux/include/net/
H A Dipv6.h1094 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
/openbmc/linux/net/sctp/
H A Dipv6.c250 res = ip6_xmit(sk, skb, fl6, sk->sk_mark, in sctp_v6_xmit()