Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dtunnel6.c48 case AF_MPLS: in xfrm6_tunnel_register()
91 case AF_MPLS: in xfrm6_tunnel_deregister()
H A Dsit.c1905 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in sit_cleanup()
1932 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS); in sit_init()
1947 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in sit_init()
H A Dip6_tunnel.c2337 err = xfrm6_tunnel_register(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init()
2352 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init()
2377 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS)) in ip6_tunnel_cleanup()
/openbmc/linux/net/ipv4/
H A Dipip.c622 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS); in ipip_init()
637 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in ipip_init()
653 if (xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS)) in ipip_fini()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h219 #define AF_MPLS 28 /* MPLS */ macro
276 #define PF_MPLS AF_MPLS
/openbmc/linux/include/linux/
H A Dsocket.h219 #define AF_MPLS 28 /* MPLS */ macro
276 #define PF_MPLS AF_MPLS
/openbmc/linux/net/mpls/
H A Daf_mpls.c1150 ncm->ncm_family = AF_MPLS; in mpls_netconf_fill_devconf()
1825 if (rtm->rtm_family != AF_MPLS) { in rtm_to_route_config()
2001 rtm->rtm_family = AF_MPLS; in mpls_dump_route()
2482 r->rtm_family = AF_MPLS; in mpls_getroute()
2743 .family = AF_MPLS,