File: socket.t.payload

package info (click to toggle)
nftables 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,384 kB
  • sloc: ansic: 50,901; sh: 20,277; yacc: 5,861; python: 1,746; lex: 1,367; makefile: 392
file content (24 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# socket transparent 0
inet sockin sockchain 
  [ socket load transparent => reg 1 ]
  [ cmp eq reg 1 0x00000000 ]

# socket transparent 1
inet sockin sockchain 
  [ socket load transparent => reg 1 ]
  [ cmp eq reg 1 0x00000001 ]

# socket mark 0x00000005
inet sockin sockchain 
  [ socket load mark => reg 1 ]
  [ cmp eq reg 1 0x00000005 ]

# socket wildcard 0
inet sockin sockchain
  [ socket load wildcard => reg 1 ]
  [ cmp eq reg 1 0x00000000 ]

# socket wildcard 1
inet sockin sockchain
  [ socket load wildcard => reg 1 ]
  [ cmp eq reg 1 0x00000001 ]