Home
last modified time | relevance | path

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

/linux-6.6.21/net/mctp/
Droute.c35 static int mctp_route_discard(struct mctp_route *route, struct sk_buff *skb) in mctp_route_discard()
324 static int mctp_route_input(struct mctp_route *route, struct sk_buff *skb) in mctp_route_input()
490 static unsigned int mctp_route_mtu(struct mctp_route *rt) in mctp_route_mtu()
495 static int mctp_route_output(struct mctp_route *route, struct sk_buff *skb) in mctp_route_output()
543 static void mctp_route_release(struct mctp_route *rt) in mctp_route_release()
552 static struct mctp_route *mctp_route_alloc(void) in mctp_route_alloc()
554 struct mctp_route *rt; in mctp_route_alloc()
718 static bool mctp_rt_match_eid(struct mctp_route *rt, in mctp_rt_match_eid()
726 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact()
727 struct mctp_route *rt2) in mctp_rt_compare_exact()
[all …]
Daf_mctp.c100 struct mctp_route *rt; in mctp_sendmsg()
/linux-6.6.21/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
253 int mctp_local_output(struct sock *sk, struct mctp_route *rt,
/linux-6.6.21/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()