Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv6/
Dtunnel6.c48 case AF_MPLS: in xfrm6_tunnel_register()
91 case AF_MPLS: in xfrm6_tunnel_deregister()
Dsit.c1959 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in sit_cleanup()
1986 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS); in sit_init()
2001 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in sit_init()
Dip6_tunnel.c2372 err = xfrm6_tunnel_register(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init()
2387 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init()
2412 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS)) in ip6_tunnel_cleanup()
/Linux-v5.10/net/ipv4/
Dipip.c675 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS); in ipip_init()
690 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in ipip_init()
706 if (xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS)) in ipip_fini()
/Linux-v5.10/include/linux/
Dsocket.h206 #define AF_MPLS 28 /* MPLS */ macro
260 #define PF_MPLS AF_MPLS
/Linux-v5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h206 #define AF_MPLS 28 /* MPLS */ macro
260 #define PF_MPLS AF_MPLS
/Linux-v5.10/net/mpls/
Daf_mpls.c1148 ncm->ncm_family = AF_MPLS; in mpls_netconf_fill_devconf()
1788 if (rtm->rtm_family != AF_MPLS) { in rtm_to_route_config()
1964 rtm->rtm_family = AF_MPLS; in mpls_dump_route()
2449 r->rtm_family = AF_MPLS; in mpls_getroute()
2709 .family = AF_MPLS,