Home
last modified time | relevance | path

Searched refs:ip6_tnl_get_cap (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/ !
H A Dip6_tunnel.h148 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, const struct in6_addr *laddr,
/linux/net/ipv6/ !
H A Dip6_tunnel.c742 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, in mplsip6_dscp_ecn_decapsulate()
764 EXPORT_SYMBOL(ip6_tnl_get_cap); in ip6_tnl_get_cap()
777 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_RCV))) { in ip6_tnl_rcv_ctl()
1042 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_XMIT))) { in ip6_tnl_xmit_ctl()
1487 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in ip6_tnl_link_config()
745 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, ip6_tnl_get_cap() function
H A Dip6_vti.c661 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in vti6_link_config()
H A Dip6_gre.c1113 p->flags |= ip6_tnl_get_cap(t, &p->laddr, &p->raddr); in ip6gre_tnl_link_config_common()