Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dfib_hash.c452 static void rtmsg_fib(int, struct fib_node*, int, int,
618 rtmsg_fib(RTM_DELROUTE, f, z, tb->tb_id, n, req); in fn_hash_insert()
626 rtmsg_fib(RTM_NEWROUTE, new_f, z, tb->tb_id, n, req); in fn_hash_insert()
702 rtmsg_fib(RTM_DELROUTE, f, z, tb->tb_id, n, req); in fn_hash_delete()
887 static void rtmsg_fib(int event, struct fib_node* f, int z, int tb_id, in rtmsg_fib() function