Searched refs:lookup_data (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | interface.c | 26 struct cachefiles_lookup_data *lookup_data; in cachefiles_alloc_object() local 38 lookup_data = kmalloc(sizeof(*lookup_data), cachefiles_gfp); in cachefiles_alloc_object() 39 if (!lookup_data) in cachefiles_alloc_object() 95 lookup_data->auxdata = auxdata; in cachefiles_alloc_object() 96 lookup_data->key = key; in cachefiles_alloc_object() 97 object->lookup_data = lookup_data; in cachefiles_alloc_object() 99 _leave(" = %p [%p]", &object->fscache, lookup_data); in cachefiles_alloc_object() 109 kfree(lookup_data); in cachefiles_alloc_object() 121 struct cachefiles_lookup_data *lookup_data; cachefiles_lookup_object() local [all...] |
H A D | internal.h | 37 struct cachefiles_lookup_data *lookup_data; /* cached lookup data */ member
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | fib6_rules.c | 71 .lookup_data = &oif, in fib6_lookup() 99 .lookup_data = skb, in fib6_rule_lookup() 184 oif = (int *)arg->lookup_data; in fib6_rule_action_alt() 233 net, table, flp6, arg->lookup_data, flags); in __fib6_rule_action()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | fib6_rules.c | 72 .lookup_data = &oif, in fib6_lookup() 100 .lookup_data = skb, in fib6_rule_lookup() 185 oif = (int *)arg->lookup_data; in fib6_rule_action_alt() 234 net, table, flp6, arg->lookup_data, flags); in __fib6_rule_action()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | fib_rules.h | 51 const void *lookup_data; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | fib_rules.h | 51 const void *lookup_data; member
|
Completed in 5 milliseconds