Searched refs:ip6_tnl_get_cap (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/net/ |
D | ip6_tunnel.h | 71 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, const struct in6_addr *laddr,
|
/linux-4.1.27/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() 930 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_XMIT))) { in ip6_tnl_xmit_ctl() 1260 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 | 957 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in ip6gre_tnl_link_config()
|