Searched refs:ip6_tnl_get_cap (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/net/ |
D | ip6_tunnel.h | 78 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, const struct in6_addr *laddr,
|
/linux-4.4.14/net/ipv6/ |
D | ip6_tunnel.c | 797 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, in ip6_tnl_get_cap() function 819 EXPORT_SYMBOL(ip6_tnl_get_cap); 832 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_RCV))) { in ip6_tnl_rcv_ctl() 989 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_XMIT))) { in ip6_tnl_xmit_ctl() 1318 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in ip6_tnl_link_config()
|
D | ip6_vti.c | 618 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in vti6_link_config()
|
D | ip6_gre.c | 954 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in ip6gre_tnl_link_config()
|