Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dswitchdev.h193 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/
Dswitchdev.c1165 int switchdev_fib_ipv4_add(u32 dst, int dst_len, struct fib_info *fi, in switchdev_fib_ipv4_add() function
1203 EXPORT_SYMBOL_GPL(switchdev_fib_ipv4_add);
/linux-4.4.14/net/ipv4/
Dfib_trie.c1177 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()