Searched refs:final_dst (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Dipv6_stubs.h30 const struct in6_addr *final_dst);
H A Dipv6.h1129 const struct in6_addr *final_dst);
1131 const struct in6_addr *final_dst,
/linux-master/net/ipv6/
H A Daddrconf_core.c135 const struct in6_addr *final_dst)
132 eafnosupport_ipv6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst) argument
H A Dip6_output.c1237 * @final_dst: final destination address for ipsec lookup
1245 const struct in6_addr *final_dst)
1253 if (final_dst)
1254 fl6->daddr = *final_dst;
1264 * @final_dst: final destination address for ipsec lookup
1279 const struct in6_addr *final_dst,
1288 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_dst);
1876 struct in6_addr *final_dst; local
1907 final_dst = &fl6->daddr;
1911 ipv6_push_nfrag_opts(skb, opt, &proto, &final_dst,
1244 ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst) argument
1278 ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst, bool connected) argument
[all...]
/linux-master/sound/core/oss/
H A Dpcm_oss.c1472 char __user *final_dst = (char __force __user *)buf; local
1486 if (!in_kernel && copy_to_user(final_dst, buf, bytes))

Completed in 224 milliseconds