Searched refs:find_match (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/common_modules/code_sign/ |
H A D | verify_cert_chain.c | 113 struct cert_source *source = find_match(signer->subject, signer->issuer, is_debug); in find_matched_source() 116 source = find_match("ALL", signer->issuer, is_debug); in find_matched_source()
|
H A D | code_sign_ioctl.h | 42 struct cert_source *find_match(const char *subject, const char *issuer, bool is_dev);
|
H A D | code_sign_ioctl.c | 62 struct cert_source *find_match(const char *subject, const char *issuer, bool is_dev) in find_match() function
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 729 static bool find_match(struct fib6_nh *nh, u32 fib6_flags, in find_match() function 779 return find_match(nh, arg->flags, arg->oif, arg->strict, in rt6_nh_find_match() 827 if (find_match(nh, f6i->fib6_flags, oif, strict, in __find_rr_leaf()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 732 static bool find_match(struct fib6_nh *nh, u32 fib6_flags, in find_match() function 782 return find_match(nh, arg->flags, arg->oif, arg->strict, in rt6_nh_find_match() 830 if (find_match(nh, f6i->fib6_flags, oif, strict, in __find_rr_leaf()
|
Completed in 17 milliseconds