tag | line | file | source code |
---|---|---|---|
compartment | 597 | net/tcp/ip.c | opt->compartment = 0; |
compartment | 626 | net/tcp/ip.c | opt->compartment = net16(*(unsigned short *)buff); |
compartment | 82 | net/tcp/ip.h | unsigned short compartment; |
compartment | 3042 | net/tcp/tcp.c | if (opt && (opt->security != 0 || opt->compartment != 0 || th->syn)) |
compartment | 3175 | net/tcp/tcp.c | if (opt->security != 0 || opt->compartment != 0 ) |