Searched refs:alter (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/netfilter/ipvs/
H A Dip_vs_nfct.c26 * - alter reply for NAT when forwarding packet in original direction:
81 /* Never alter conntrack for non-NAT conns */
85 /* Never alter conntrack for OPS conns (no reply is expected) */
168 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple="
173 goto alter;
184 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple="
189 goto alter;
197 alter:
198 /* Never alter conntrack for non-NAT conns */
207 * Then the default callback function will alter th
[all...]
/linux-master/ipc/
H A Dsem.c32 * - 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 in struct:sem_queue
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
1992 bool undos = false, alter = false, dupsop = false; local
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S478 # mul64() may use ()+ addressing and may, therefore, alter a7
491 # div64() may use ()+ addressing and may, therefore, alter a7.
H A Dpfpsp.S1451 # 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 Dfpsp.S1452 # 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 Dfplsp.S9766 # If it's an unnormalized zero, alter the operand and force it #
/linux-master/include/linux/
H A Dsecurity.h491 unsigned nsops, int alter);
1399 int alter)
1397 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument
H A Dlsm_hook_defs.h278 unsigned nsops, int alter)
/linux-master/security/
H A Dsecurity.c3891 * @alter: flag indicating changes will be made
3894 * set. If the @alter flag is nonzero, the semaphore set may be modified.
3899 unsigned nsops, int alter)
3901 return call_int_hook(sem_semop, sma, sops, nsops, alter);
3898 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/linux-master/security/selinux/
H A Dhooks.c6308 struct sembuf *sops, unsigned nsops, int alter)
6312 if (alter)
6307 selinux_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/linux-master/security/smack/
H A Dsmack_lsm.c3276 * @alter: unused
3283 unsigned nsops, int alter)
3282 smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, unsigned nsops, int alter) argument

Completed in 567 milliseconds