Home
last modified time | relevance | path

Searched refs:AF_MPLS (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv6/
H A Dtunnel6.c48 case AF_MPLS: in xfrm6_tunnel_register()
91 case AF_MPLS: in xfrm6_tunnel_deregister()
H A Dip6_tunnel.c2394 err = xfrm6_tunnel_register(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init()
2409 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init()
2434 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS)) in ip6_tunnel_cleanup()
/linux/net/ipv4/
H A Dipip.c660 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS);
675 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS);
691 if (xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS))
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h235 #define AF_MPLS 28 /* MPLS */ macro
292 #define PF_MPLS AF_MPLS
/linux/net/mpls/
H A Daf_mpls.c1178 ncm->ncm_family = AF_MPLS; in mpls_netconf_fill_devconf()
1864 if (rtm->rtm_family != AF_MPLS) { in rtm_to_route_config()
2046 rtm->rtm_family = AF_MPLS; in mpls_dump_route()
2536 r->rtm_family = AF_MPLS; in mpls_getroute()
2817 .family = AF_MPLS,