Home
last modified time | relevance | path

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

/Linux-v6.1/net/mctp/
Droute.c35 static int mctp_route_discard(struct mctp_route *route, struct sk_buff *skb) in mctp_route_discard()
316 static int mctp_route_input(struct mctp_route *route, struct sk_buff *skb) in mctp_route_input()
482 static unsigned int mctp_route_mtu(struct mctp_route *rt) in mctp_route_mtu()
487 static int mctp_route_output(struct mctp_route *route, struct sk_buff *skb) in mctp_route_output()
535 static void mctp_route_release(struct mctp_route *rt) in mctp_route_release()
544 static struct mctp_route *mctp_route_alloc(void) in mctp_route_alloc()
546 struct mctp_route *rt; in mctp_route_alloc()
710 static bool mctp_rt_match_eid(struct mctp_route *rt, in mctp_rt_match_eid()
718 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact()
719 struct mctp_route *rt2) in mctp_rt_compare_exact()
[all …]
Daf_mctp.c100 struct mctp_route *rt; in mctp_sendmsg()
/Linux-v6.1/include/net/
Dmctp.h234 struct mctp_route { struct
240 int (*output)(struct mctp_route *route, argument
249 struct mctp_route *mctp_route_lookup(struct net *net, unsigned int dnet, argument
252 int mctp_local_output(struct sock *sk, struct mctp_route *rt,
/Linux-v6.1/net/mctp/test/
Droute-test.c8 struct mctp_route rt;
12 static int mctp_test_route_output(struct mctp_route *rt, struct sk_buff *skb) in mctp_test_route_output()