Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dfib_lookup.h44 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len,
Dfib_trie.c1333 rtmsg_fib(RTM_NEWROUTE, htonl(key), new_fa, plen, in fib_table_insert()
1404 rtmsg_fib(RTM_NEWROUTE, htonl(key), new_fa, plen, new_fa->tb_id, in fib_table_insert()
1766 rtmsg_fib(RTM_DELROUTE, htonl(key), fa_to_delete, plen, tb->tb_id, in fib_table_delete()
2152 rtmsg_fib(RTM_NEWROUTE, htonl(n->key), fa, in __fib_info_notify_update()
Dfib_semantics.c512 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, in rtmsg_fib() function