Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_output.c1222 * @final_dst: final destination address for ipsec lookup
1230 const struct in6_addr *final_dst) in ip6_dst_lookup_flow()
1238 if (final_dst) in ip6_dst_lookup_flow()
1239 fl6->daddr = *final_dst; in ip6_dst_lookup_flow()
1249 * @final_dst: final destination address for ipsec lookup
1264 const struct in6_addr *final_dst, in ip6_sk_dst_lookup_flow()
1273 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_dst); in ip6_sk_dst_lookup_flow()
1875 struct in6_addr final_dst_buf, *final_dst = &final_dst_buf; in __ip6_make_skb() local
1906 *final_dst = fl6->daddr; in __ip6_make_skb()
1911 ipv6_push_nfrag_opts(skb, opt, &proto, &final_dst, in __ip6_make_skb()
1229 ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst) ip6_dst_lookup_flow() argument
1263 ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst, bool connected) ip6_sk_dst_lookup_flow() argument
[all...]
H A Daddrconf_core.c135 const struct in6_addr *final_dst) in eafnosupport_ipv6_dst_lookup_flow()
132 eafnosupport_ipv6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst) eafnosupport_ipv6_dst_lookup_flow() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_output.c1233 * @final_dst: final destination address for ipsec lookup
1241 const struct in6_addr *final_dst) in ip6_dst_lookup_flow()
1249 if (final_dst) in ip6_dst_lookup_flow()
1250 fl6->daddr = *final_dst; in ip6_dst_lookup_flow()
1260 * @final_dst: final destination address for ipsec lookup
1275 const struct in6_addr *final_dst, in ip6_sk_dst_lookup_flow()
1284 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_dst); in ip6_sk_dst_lookup_flow()
1943 struct in6_addr *final_dst; in __ip6_make_skb() local
1975 final_dst = &fl6->daddr; in __ip6_make_skb()
1979 ipv6_push_nfrag_opts(skb, opt, &proto, &final_dst, in __ip6_make_skb()
1240 ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst) ip6_dst_lookup_flow() argument
1274 ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst, bool connected) ip6_sk_dst_lookup_flow() argument
[all...]
H A Daddrconf_core.c135 const struct in6_addr *final_dst) in eafnosupport_ipv6_dst_lookup_flow()
132 eafnosupport_ipv6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, const struct in6_addr *final_dst) eafnosupport_ipv6_dst_lookup_flow() argument
/kernel/linux/linux-5.10/include/net/
H A Dipv6_stubs.h30 const struct in6_addr *final_dst);
H A Dipv6.h1024 const struct in6_addr *final_dst);
1026 const struct in6_addr *final_dst,
/kernel/linux/linux-6.6/include/net/
H A Dipv6_stubs.h30 const struct in6_addr *final_dst);
H A Dipv6.h1132 const struct in6_addr *final_dst);
1134 const struct in6_addr *final_dst,
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dnip_output.c351 const struct nip_addr *final_dst) in nip_dst_lookup_flow()
359 if (final_dst) in nip_dst_lookup_flow()
360 fln->daddr = *final_dst; in nip_dst_lookup_flow()
349 nip_dst_lookup_flow(struct net *net, const struct sock *sk, struct flow_nip *fln, const struct nip_addr *final_dst) nip_dst_lookup_flow() argument
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
H A Dnip.h121 const struct nip_addr *final_dst);
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c1474 char __user *final_dst = (char __force __user *)buf; in snd_pcm_oss_read2() local
1488 if (!in_kernel && copy_to_user(final_dst, buf, bytes)) in snd_pcm_oss_read2()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c1483 char __user *final_dst = (char __force __user *)buf; in snd_pcm_oss_read2() local
1497 if (!in_kernel && copy_to_user(final_dst, buf, bytes)) in snd_pcm_oss_read2()

Completed in 20 milliseconds