Home
last modified time | relevance | path

Searched refs:MCTP_ROUTE_GATEWAY (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dmctp.h248 MCTP_ROUTE_GATEWAY, enumerator
/linux/net/mctp/
H A Droute.c986 } else if (rt->dst_type == MCTP_ROUTE_GATEWAY) { in mctp_route_lookup()
1212 if (rt->dst_type == MCTP_ROUTE_GATEWAY && !rt->gateway.eid) in mctp_route_add()
1572 rt->dst_type = MCTP_ROUTE_GATEWAY; in mctp_route_nlparse_populate()
1680 } else if (rt->dst_type == MCTP_ROUTE_GATEWAY) { in mctp_fill_rtinfo()
/linux/net/mctp/test/
H A Dutils.c161 rt->rt.dst_type = MCTP_ROUTE_GATEWAY; in mctp_test_create_route_gw()