Home
last modified time | relevance | path

Searched defs:mctp_route (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dmctp.h239 struct mctp_route { struct
240 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 …]