/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_nfct.c | 26 * - alter reply for NAT when forwarding packet in original direction: 81 /* Never alter conntrack for non-NAT conns */ in ip_vs_update_conntrack() 85 /* Never alter conntrack for OPS conns (no reply is expected) */ in ip_vs_update_conntrack() 168 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple=" in ip_vs_nfct_expect_callback() 173 goto alter; in ip_vs_nfct_expect_callback() 184 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple=" in ip_vs_nfct_expect_callback() 189 goto alter; in ip_vs_nfct_expect_callback() 197 alter: in ip_vs_nfct_expect_callback() 198 /* Never alter conntrack for non-NAT conns */ in ip_vs_nfct_expect_callback() 207 * Then the default callback function will alter th [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_nfct.c | 26 * - alter reply for NAT when forwarding packet in original direction: 81 /* Never alter conntrack for non-NAT conns */ in ip_vs_update_conntrack() 85 /* Never alter conntrack for OPS conns (no reply is expected) */ in ip_vs_update_conntrack() 168 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple=" in ip_vs_nfct_expect_callback() 173 goto alter; in ip_vs_nfct_expect_callback() 184 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple=" in ip_vs_nfct_expect_callback() 189 goto alter; in ip_vs_nfct_expect_callback() 197 alter: in ip_vs_nfct_expect_callback() 198 /* Never alter conntrack for non-NAT conns */ in ip_vs_nfct_expect_callback() 207 * Then the default callback function will alter th [all...] |
/kernel/linux/linux-5.10/ipc/ |
H A D | sem.c | 32 * - multiple semaphore operations that alter the same semaphore in 107 /* that alter the semaphore */ 109 /* that do not alter the semaphore*/ 118 /* that alter the array */ 120 /* that do not alter semvals */ 139 bool alter; /* does *sops alter the array? */ member 196 * sem_array.sems[i].pending_{const,alter}: 309 * Only the alter operations must be moved, the const operations can stay. 816 /* pending complex alter operation in check_restart() 1992 bool undos = false, alter = false, dupsop = false; do_semtimedop() local [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | sem.c | 32 * - multiple semaphore operations that alter the same semaphore in 107 /* that alter the semaphore */ 109 /* that do not alter the semaphore*/ 118 /* that alter the array */ 120 /* that do not alter semvals */ 139 bool alter; /* does *sops alter the array? */ member 196 * sem_array.sems[i].pending_{const,alter}: 311 * Only the alter operations must be moved, the const operations can stay. 818 /* pending complex alter operation in check_restart() 1992 bool undos = false, alter = false, dupsop = false; __do_semtimedop() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 478 # mul64() may use ()+ addressing and may, therefore, alter a7 491 # div64() may use ()+ addressing and may, therefore, alter a7.
|
H A D | pfpsp.S | 1451 # here, we count on norm not to alter a0... 1483 # here, we count on norm not to alter a0... 4962 # count on fetch_dreg() not to alter a0... 5058 # count on fetch_dreg() not to alter a0... 6602 # If it's an unnormalized zero, alter the operand and force it # 7461 # fmove out doesn't alter them. 7682 # fmove out doesn't alter them. 8707 # now, round to extended(and don't alter the FPSR). 9487 # now, round to extended(and don't alter the FPSR). 10102 # now, round to extended(and don't alter th [all...] |
H A D | fpsp.S | 1452 # here, we count on norm not to alter a0... 1484 # here, we count on norm not to alter a0... 11371 # routines aren't supposed to alter the operands but we've just squashed 12276 # now, round to extended(and don't alter the FPSR). 13056 # now, round to extended(and don't alter the FPSR). 13671 # now, round to extended(and don't alter the FPSR). 15753 # now, round to extended(and don't alter the FPSR). 18913 # count on fetch_dreg() not to alter a0... 19009 # count on fetch_dreg() not to alter a0... 20560 # fmove out doesn't alter the [all...] |
H A D | fplsp.S | 9766 # If it's an unnormalized zero, alter the operand and force it #
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 478 # mul64() may use ()+ addressing and may, therefore, alter a7 491 # div64() may use ()+ addressing and may, therefore, alter a7.
|
H A D | pfpsp.S | 1451 # here, we count on norm not to alter a0... 1483 # here, we count on norm not to alter a0... 4962 # count on fetch_dreg() not to alter a0... 5058 # count on fetch_dreg() not to alter a0... 6602 # If it's an unnormalized zero, alter the operand and force it # 7461 # fmove out doesn't alter them. 7682 # fmove out doesn't alter them. 8707 # now, round to extended(and don't alter the FPSR). 9487 # now, round to extended(and don't alter the FPSR). 10102 # now, round to extended(and don't alter th [all...] |
H A D | fpsp.S | 1452 # here, we count on norm not to alter a0... 1484 # here, we count on norm not to alter a0... 11371 # routines aren't supposed to alter the operands but we've just squashed 12276 # now, round to extended(and don't alter the FPSR). 13056 # now, round to extended(and don't alter the FPSR). 13671 # now, round to extended(and don't alter the FPSR). 15753 # now, round to extended(and don't alter the FPSR). 18913 # count on fetch_dreg() not to alter a0... 19009 # count on fetch_dreg() not to alter a0... 20560 # fmove out doesn't alter the [all...] |
H A D | fplsp.S | 9766 # If it's an unnormalized zero, alter the operand and force it #
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | security.h | 448 unsigned nsops, int alter); 1257 int alter) in security_sem_semop() 1255 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) security_sem_semop() argument
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 1999 unsigned nsops, int alter) in security_sem_semop() 2001 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop() 1998 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) security_sem_semop() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | security.h | 473 unsigned nsops, int alter); 1340 int alter) in security_sem_semop() 1338 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) security_sem_semop() argument
|
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 3793 * @alter: flag indicating changes will be made 3796 * set. If the @alter flag is nonzero, the semaphore set may be modified. 3801 unsigned nsops, int alter) in security_sem_semop() 3803 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop() 3800 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) security_sem_semop() argument
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_lsm.c | 3129 * @alter: unused 3136 unsigned nsops, int alter) in smack_sem_semop() 3135 smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, unsigned nsops, int alter) smack_sem_semop() argument
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 3272 * @alter: unused 3279 unsigned nsops, int alter) in smack_sem_semop() 3278 smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, unsigned nsops, int alter) smack_sem_semop() argument
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 6296 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() 6300 if (alter) in selinux_sem_semop() 6295 selinux_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) selinux_sem_semop() argument
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 6276 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() 6280 if (alter) in selinux_sem_semop() 6275 selinux_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) selinux_sem_semop() argument
|