Home
last modified time | relevance | path

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

/net/ipv4/
Dfib_lookup.h43 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len,
Dfib_trie.c1284 rtmsg_fib(RTM_NEWROUTE, htonl(key), new_fa, plen, in fib_table_insert()
1354 rtmsg_fib(RTM_NEWROUTE, htonl(key), new_fa, plen, new_fa->tb_id, in fib_table_insert()
1717 rtmsg_fib(RTM_DELROUTE, htonl(key), fa_to_delete, plen, tb->tb_id, in fib_table_delete()
2103 rtmsg_fib(RTM_NEWROUTE, htonl(n->key), fa, in __fib_info_notify_update()
Dfib_semantics.c513 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, in rtmsg_fib() function