Searched refs:AF_MPLS (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/net/ipv6/ |
D | tunnel6.c | 48 case AF_MPLS: in xfrm6_tunnel_register() 91 case AF_MPLS: in xfrm6_tunnel_deregister()
|
D | sit.c | 1902 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in sit_cleanup() 1929 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS); in sit_init() 1944 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in sit_init()
|
D | ip6_tunnel.c | 2321 err = xfrm6_tunnel_register(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init() 2336 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init() 2361 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS)) in ip6_tunnel_cleanup()
|
/Linux-v6.1/net/ipv4/ |
D | ipip.c | 621 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS); in ipip_init() 636 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in ipip_init() 652 if (xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS)) in ipip_fini()
|
/Linux-v6.1/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 215 #define AF_MPLS 28 /* MPLS */ macro 272 #define PF_MPLS AF_MPLS
|
/Linux-v6.1/include/linux/ |
D | socket.h | 215 #define AF_MPLS 28 /* MPLS */ macro 272 #define PF_MPLS AF_MPLS
|
/Linux-v6.1/net/mpls/ |
D | af_mpls.c | 1149 ncm->ncm_family = AF_MPLS; in mpls_netconf_fill_devconf() 1819 if (rtm->rtm_family != AF_MPLS) { in rtm_to_route_config() 1995 rtm->rtm_family = AF_MPLS; in mpls_dump_route() 2476 r->rtm_family = AF_MPLS; in mpls_getroute() 2736 .family = AF_MPLS,
|