Searched refs:switchdev_fib_ipv4_add (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/net/ | 
| D | switchdev.h | 193 int switchdev_fib_ipv4_add(u32 dst, int dst_len, struct fib_info *fi,286 static inline int switchdev_fib_ipv4_add(u32 dst, int dst_len,  in switchdev_fib_ipv4_add()  function
 
 | 
| /linux-4.4.14/net/switchdev/ | 
| D | switchdev.c | 1165 int switchdev_fib_ipv4_add(u32 dst, int dst_len, struct fib_info *fi,  in switchdev_fib_ipv4_add()  function1203 EXPORT_SYMBOL_GPL(switchdev_fib_ipv4_add);
 
 | 
| /linux-4.4.14/net/ipv4/ | 
| D | fib_trie.c | 1177 			err = switchdev_fib_ipv4_add(key, plen, fi,  in fib_table_insert()1230 	err = switchdev_fib_ipv4_add(key, plen, fi, tos, cfg->fc_type,  in fib_table_insert()
 
 |