Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_fib.c766 int offset, int allow_create, in fib6_add_1()
790 if (!allow_create) { in fib6_add_1()
835 if (!allow_create) { in fib6_add_1()
1441 int allow_create = 1; in fib6_add()
1446 allow_create = 0; in fib6_add()
1450 if (!allow_create && !replace_required) in fib6_add()
1455 offsetof(struct fib6_info, fib6_dst), allow_create, in fib6_add()
1497 allow_create, replace_required, extack); in fib6_add()
1516 allow_create, replace_required, extack); in fib6_add()
758 fib6_add_1(struct net * net,struct fib6_table * table,struct fib6_node * root,struct in6_addr * addr,int plen,int offset,int allow_create,int replace_required,struct netlink_ext_ack * extack) fib6_add_1() argument
1433 int allow_create = 1; fib6_add() local