| tag | line | file | source code |
|---|---|---|---|
| compartment | 58 | include/linux/ip.h | unsigned short compartment; |
| compartment | 295 | net/inet/ip.c | opt->compartment = 0; |
| compartment | 319 | net/inet/ip.c | opt->compartment = ntohs(*(unsigned short *)buff); |
| compartment | 3410 | net/inet/tcp.c | opt->compartment != 0)) || |
| compartment | 3487 | net/inet/tcp.c | if (opt->security != 0 || opt->compartment != 0) { |
| compartment | 3530 | net/inet/tcp.c | if (opt->security != 0 || opt->compartment != 0) { |