Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dfib_lookup.h44 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len,
Dfib_trie.c1320 rtmsg_fib(RTM_NEWROUTE, htonl(key), new_fa, plen, in fib_table_insert()
1389 rtmsg_fib(RTM_NEWROUTE, htonl(key), new_fa, plen, new_fa->tb_id, in fib_table_insert()
1751 rtmsg_fib(RTM_DELROUTE, htonl(key), fa_to_delete, plen, tb->tb_id, in fib_table_delete()
2137 rtmsg_fib(RTM_NEWROUTE, htonl(n->key), fa, in __fib_info_notify_update()
Dfib_semantics.c501 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, in rtmsg_fib() function