Searched refs:flic (Results 1 – 7 of 7) sorted by relevance
| /linux/security/selinux/include/ |
| H A D | xfrm.h | 31 const struct flowi_common *flic);
|
| /linux/security/selinux/ |
| H A D | xfrm.c | 172 const struct flowi_common *flic) in selinux_xfrm_state_pol_flow_match() argument 194 flic_sid = flic->flowic_secid; in selinux_xfrm_state_pol_flow_match()
|
| H A D | hooks.c | 5907 struct flowi_common *flic) in selinux_req_classify_flow() argument 5909 flic->flowic_secid = req->secid; in selinux_req_classify_flow()
|
| /linux/security/ |
| H A D | security.c | 4532 * @flic: target flow 4536 void security_sk_classify_flow(const struct sock *sk, struct flowi_common *flic) 4538 call_void_hook(sk_getsecid, sk, &flic->flowic_secid); in security_sk_classify_flow() 4545 * @flic: target flow 4547 * Sets @flic's secid to @req's secid. 4550 struct flowi_common *flic) in security_req_classify_flow() 4552 call_void_hook(req_classify_flow, req, flic); in security_req_classify_flow() 5071 * @flic: flow to check for a match. 5073 * Check @xp and @flic for a match with @x. 5079 const struct flowi_common *flic) in security_xfrm_state_pol_flow_match() 4537 security_sk_classify_flow(const struct sock * sk,struct flowi_common * flic) security_sk_classify_flow() argument 4551 security_req_classify_flow(const struct request_sock * req,struct flowi_common * flic) security_req_classify_flow() argument 5080 security_xfrm_state_pol_flow_match(struct xfrm_state * x,struct xfrm_policy * xp,const struct flowi_common * flic) security_xfrm_state_pol_flow_match() argument 5115 security_skb_classify_flow(struct sk_buff * skb,struct flowi_common * flic) security_skb_classify_flow() argument [all...] |
| /linux/arch/s390/include/asm/ |
| H A D | kvm_host.h | 672 struct kvm_device *flic; member
|
| /linux/arch/s390/kvm/ |
| H A D | interrupt.c | 2923 if (dev->kvm->arch.flic) in flic_create() 2925 dev->kvm->arch.flic = dev; in flic_create() 2931 dev->kvm->arch.flic = NULL; in flic_destroy()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 9198 This capability indicates if the flic device will be able to get/set the 9200 to discover this without having to create a flic device.
|