Home
last modified time | relevance | path

Searched defs:xt_tcp (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/include/uapi/linux/netfilter/
Dxt_tcpudp.h8 struct xt_tcp { struct
9 __u16 spts[2]; /* Source port range. */
10 __u16 dpts[2]; /* Destination port range. */
11 __u8 option; /* TCP Option iff non-zero*/
12 __u8 flg_mask; /* TCP flags mask byte */
13 __u8 flg_cmp; /* TCP flags compare byte */
14 __u8 invflags; /* Inverse flags */
/external/iptables/include/linux/netfilter/
Dxt_tcpudp.h7 struct xt_tcp { struct
8 __u16 spts[2]; /* Source port range. */
9 __u16 dpts[2]; /* Destination port range. */
10 __u8 option; /* TCP Option iff non-zero*/
11 __u8 flg_mask; /* TCP flags mask byte */
12 __u8 flg_cmp; /* TCP flags compare byte */
13 __u8 invflags; /* Inverse flags */
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_tcpudp.h8 struct xt_tcp { struct
9 __u16 spts[2]; /* Source port range. */
10 __u16 dpts[2]; /* Destination port range. */
11 __u8 option; /* TCP Option iff non-zero*/
12 __u8 flg_mask; /* TCP flags mask byte */
13 __u8 flg_cmp; /* TCP flags compare byte */
14 __u8 invflags; /* Inverse flags */
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h85145 struct xt_tcp { struct
85146 __u16 spts[2];
85147 __u16 dpts[2];
85148 __u8 option;
85149 __u8 flg_mask;
85150 __u8 flg_cmp;
85151 __u8 invflags;
/external/bcc/libbpf-tools/x86/
Dvmlinux.h110280 struct xt_tcp { struct
110281 __u16 spts[2];
110282 __u16 dpts[2];
110283 __u8 option;
110284 __u8 flg_mask;
110285 __u8 flg_cmp;
110286 __u8 invflags;
Dvmlinux_505.h110280 struct xt_tcp { struct
110281 __u16 spts[2];
110282 __u16 dpts[2];
110283 __u8 option;
110284 __u8 flg_mask;
110285 __u8 flg_cmp;
110286 __u8 invflags;