Searched refs:switchdev_fib_ipv4_del (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/ |
D | switchdev.h | 195 int switchdev_fib_ipv4_del(u32 dst, int dst_len, struct fib_info *fi, 294 static inline int switchdev_fib_ipv4_del(u32 dst, int dst_len, in switchdev_fib_ipv4_del() function
|
/linux-4.4.14/net/switchdev/ |
D | switchdev.c | 1217 int switchdev_fib_ipv4_del(u32 dst, int dst_len, struct fib_info *fi, in switchdev_fib_ipv4_del() function 1246 EXPORT_SYMBOL_GPL(switchdev_fib_ipv4_del);
|
/linux-4.4.14/net/ipv4/ |
D | fib_trie.c | 1252 switchdev_fib_ipv4_del(key, plen, fi, tos, cfg->fc_type, tb->tb_id); in fib_table_insert() 1543 switchdev_fib_ipv4_del(key, plen, fa_to_delete->fa_info, tos, in fib_table_delete() 1793 switchdev_fib_ipv4_del(n->key, KEYLENGTH - fa->fa_slen, in fib_table_flush_external() 1858 switchdev_fib_ipv4_del(n->key, KEYLENGTH - fa->fa_slen, in fib_table_flush()
|