Lines Matching refs:mctp_route
35 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()
727 struct mctp_route *mctp_route_lookup(struct net *net, unsigned int dnet, in mctp_route_lookup()
730 struct mctp_route *tmp, *rt = NULL; in mctp_route_lookup()
745 static struct mctp_route *mctp_route_lookup_null(struct net *net, in mctp_route_lookup_null()
748 struct mctp_route *rt; in mctp_route_lookup_null()
759 static int mctp_do_fragment_route(struct mctp_route *rt, struct sk_buff *skb, in mctp_do_fragment_route()
841 int mctp_local_output(struct sock *sk, struct mctp_route *rt, in mctp_local_output()
846 struct mctp_route tmp_rt = {0}; in mctp_local_output()
965 int (*rtfn)(struct mctp_route *rt, struct sk_buff *skb); in mctp_route_add()
967 struct mctp_route *rt, *ert; in mctp_route_add()
1016 struct mctp_route *rt, *tmp; in mctp_route_remove()
1056 struct mctp_route *rt, *tmp; in mctp_route_remove_dev()
1077 struct mctp_route *rt; in mctp_pkttype_receive()
1274 static int mctp_fill_rtinfo(struct sk_buff *skb, struct mctp_route *rt, in mctp_fill_rtinfo()
1332 struct mctp_route *rt; in mctp_dump_rtinfo()
1376 struct mctp_route *rt; in mctp_routes_net_exit()