OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFT_XT_CTX_BITWISE
(Results
1 - 5
of
5
) sorted by null
/external/iptables/iptables/
nft-ipv4.c
127
if (!(ctx->flags &
NFT_XT_CTX_BITWISE
))
137
ctx->flags &= ~
NFT_XT_CTX_BITWISE
;
193
if (ctx->flags &
NFT_XT_CTX_BITWISE
) {
195
ctx->flags &= ~
NFT_XT_CTX_BITWISE
;
206
if (ctx->flags &
NFT_XT_CTX_BITWISE
) {
208
ctx->flags &= ~
NFT_XT_CTX_BITWISE
;
nft-ipv6.c
139
if (ctx->flags &
NFT_XT_CTX_BITWISE
) {
141
ctx->flags &= ~
NFT_XT_CTX_BITWISE
;
152
if (ctx->flags &
NFT_XT_CTX_BITWISE
) {
154
ctx->flags &= ~
NFT_XT_CTX_BITWISE
;
nft-arp.c
340
if (ctx->flags &
NFT_XT_CTX_BITWISE
) {
342
ctx->flags &= ~
NFT_XT_CTX_BITWISE
;
354
if (ctx->flags &
NFT_XT_CTX_BITWISE
) {
356
ctx->flags &= ~
NFT_XT_CTX_BITWISE
;
nft-shared.h
45
NFT_XT_CTX_BITWISE
= (1 << 2),
nft-shared.c
424
ctx->flags |=
NFT_XT_CTX_BITWISE
;
Completed in 238 milliseconds