Searched refs:ip6_tnl_get_cap (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/net/ |
D | ip6_tunnel.h | 148 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, const struct in6_addr *laddr,
|
/linux-6.1.9/net/ipv6/ |
D | ip6_tunnel.c | 738 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, in ip6_tnl_get_cap() function 760 EXPORT_SYMBOL(ip6_tnl_get_cap); 773 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_RCV))) { in ip6_tnl_rcv_ctl() 1023 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_XMIT))) { in ip6_tnl_xmit_ctl() 1471 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in ip6_tnl_link_config()
|
D | ip6_vti.c | 668 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in vti6_link_config()
|
D | ip6_gre.c | 1142 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in ip6gre_tnl_link_config_common()
|