Searched refs:AF_MPLS (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv6/ |
| A D | tunnel6.c | 48 case AF_MPLS: in xfrm6_tunnel_register() 91 case AF_MPLS: in xfrm6_tunnel_deregister()
|
| A D | sit.c | 1967 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in sit_cleanup() 1994 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS); in sit_init() 2009 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in sit_init()
|
| A D | ip6_tunnel.c | 2352 err = xfrm6_tunnel_register(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init() 2367 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS); in ip6_tunnel_init() 2392 xfrm6_tunnel_deregister(&mplsip6_handler, AF_MPLS)) in ip6_tunnel_cleanup()
|
| /linux/net/ipv4/ |
| A D | ipip.c | 677 err = xfrm4_tunnel_register(&mplsip_handler, AF_MPLS); in ipip_init() 692 xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS); in ipip_init() 708 if (xfrm4_tunnel_deregister(&mplsip_handler, AF_MPLS)) in ipip_fini()
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| A D | socket.h | 206 #define AF_MPLS 28 /* MPLS */ macro 263 #define PF_MPLS AF_MPLS
|
| /linux/include/linux/ |
| A D | socket.h | 206 #define AF_MPLS 28 /* MPLS */ macro 263 #define PF_MPLS AF_MPLS
|
| /linux/net/mpls/ |
| A D | af_mpls.c | 1149 ncm->ncm_family = AF_MPLS; in mpls_netconf_fill_devconf() 1820 if (rtm->rtm_family != AF_MPLS) { in rtm_to_route_config() 1996 rtm->rtm_family = AF_MPLS; in mpls_dump_route() 2477 r->rtm_family = AF_MPLS; in mpls_getroute() 2737 .family = AF_MPLS,
|
Completed in 23 milliseconds