Searched refs:netdev_switch_fib_ipv4_del (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/net/ |
D | switchdev.h | 86 int netdev_switch_fib_ipv4_del(u32 dst, int dst_len, struct fib_info *fi, 156 static inline int netdev_switch_fib_ipv4_del(u32 dst, int dst_len, in netdev_switch_fib_ipv4_del() function
|
/linux-4.1.27/net/switchdev/ |
D | switchdev.c | 361 int netdev_switch_fib_ipv4_del(u32 dst, int dst_len, struct fib_info *fi, in netdev_switch_fib_ipv4_del() function 385 EXPORT_SYMBOL_GPL(netdev_switch_fib_ipv4_del);
|
/linux-4.1.27/net/ipv4/ |
D | fib_trie.c | 1243 netdev_switch_fib_ipv4_del(key, plen, fi, tos, cfg->fc_type, tb->tb_id); in fib_table_insert() 1521 netdev_switch_fib_ipv4_del(key, plen, fa_to_delete->fa_info, tos, in fib_table_delete() 1771 netdev_switch_fib_ipv4_del(n->key, in fib_table_flush_external() 1837 netdev_switch_fib_ipv4_del(n->key, in fib_table_flush()
|