Searched defs:mctp_route (Results 1 – 1 of 1) sorted by relevance
239 struct mctp_route { struct240 mctp_eid_t min, max;242 unsigned char type;244 unsigned int mtu;246 enum {249 } dst_type;250 union {255 int (*output)(struct mctp_dst *dst,258 struct list_head list;259 refcount_t refs;[all …]