Lines Matching refs:mctp_route
35 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()
735 struct mctp_route *mctp_route_lookup(struct net *net, unsigned int dnet, in mctp_route_lookup()
738 struct mctp_route *tmp, *rt = NULL; in mctp_route_lookup()
753 static struct mctp_route *mctp_route_lookup_null(struct net *net, in mctp_route_lookup_null()
756 struct mctp_route *rt; in mctp_route_lookup_null()
767 static int mctp_do_fragment_route(struct mctp_route *rt, struct sk_buff *skb, in mctp_do_fragment_route()
849 int mctp_local_output(struct sock *sk, struct mctp_route *rt, in mctp_local_output()
854 struct mctp_route tmp_rt = {0}; in mctp_local_output()
973 int (*rtfn)(struct mctp_route *rt, struct sk_buff *skb); in mctp_route_add()
975 struct mctp_route *rt, *ert; in mctp_route_add()
1024 struct mctp_route *rt, *tmp; in mctp_route_remove()
1064 struct mctp_route *rt, *tmp; in mctp_route_remove_dev()
1085 struct mctp_route *rt; in mctp_pkttype_receive()
1282 static int mctp_fill_rtinfo(struct sk_buff *skb, struct mctp_route *rt, in mctp_fill_rtinfo()
1340 struct mctp_route *rt; in mctp_dump_rtinfo()
1384 struct mctp_route *rt; in mctp_routes_net_exit()