Searched refs:mctp_route (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/net/ |
D | mctp.h | 171 struct mctp_route { struct 177 int (*output)(struct mctp_route *route, argument 186 struct mctp_route *mctp_route_lookup(struct net *net, unsigned int dnet, argument 189 int mctp_do_route(struct mctp_route *rt, struct sk_buff *skb); 191 int mctp_local_output(struct sock *sk, struct mctp_route *rt,
|
/Linux-v5.15/net/mctp/ |
D | route.c | 29 static int mctp_route_discard(struct mctp_route *route, struct sk_buff *skb) in mctp_route_discard() 217 static int mctp_route_input(struct mctp_route *route, struct sk_buff *skb) in mctp_route_input() 372 static unsigned int mctp_route_mtu(struct mctp_route *rt) in mctp_route_mtu() 377 static int mctp_route_output(struct mctp_route *route, struct sk_buff *skb) in mctp_route_output() 412 static void mctp_route_release(struct mctp_route *rt) in mctp_route_release() 421 static struct mctp_route *mctp_route_alloc(void) in mctp_route_alloc() 423 struct mctp_route *rt; in mctp_route_alloc() 520 static bool mctp_rt_match_eid(struct mctp_route *rt, in mctp_rt_match_eid() 528 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact() 529 struct mctp_route *rt2) in mctp_rt_compare_exact() [all …]
|
D | af_mctp.c | 78 struct mctp_route *rt; in mctp_sendmsg()
|