Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_nat_keepalive.c111 err = ip6_xmit(sk, skb, &fl6, skb->mark, NULL, 0, 0); in nat_keepalive_send_ipv6()
/linux/net/dccp/
H A Dipv6.c
/linux/net/ipv6/
H A Dip6_output.c291 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, in ip6_xmit() function
400 EXPORT_SYMBOL(ip6_xmit);
H A Dtcp_ipv6.c594 err = ip6_xmit(sk, skb, fl6, skb->mark ? : READ_ONCE(sk->sk_mark), in tcp_v6_send_synack()
994 ip6_xmit(ctl_sk, buff, &fl6, fl6.flowi6_mark, NULL, in tcp_v6_send_response()
/linux/net/sctp/
H A Dipv6.c248 res = ip6_xmit(sk, skb, fl6, sk->sk_mark, in sctp_v6_xmit()