Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 54 for BpfInsn (0.19 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    )
    
    type BpfVersion struct {
    	Major uint16
    	Minor uint16
    }
    
    type BpfStat struct {
    	Recv uint32
    	Drop uint32
    }
    
    type BpfProgram struct {
    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp  Timeval32
    	Caplen  uint32
    	Datalen uint32
    	Hdrlen  uint16
    	_       [2]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  2. src/syscall/types_darwin.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  3. src/syscall/types_solaris.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfTimeval C.struct_bpf_timeval
    
    type BpfHdr C.struct_bpf_hdr
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.9K bytes
    - Viewed (0)
  4. src/syscall/types_openbsd.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    type BpfTimeval C.struct_bpf_timeval
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  5. src/syscall/types_dragonfly.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  6. src/syscall/types_netbsd.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    type BpfTimeval C.struct_bpf_timeval
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  7. src/syscall/types_freebsd.go

    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfZbuf C.struct_bpf_zbuf
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    type BpfZbufHeader C.struct_bpf_zbuf_header
    
    // Misc
    
    const (
    	_AT_FDCWD            = C.AT_FDCWD
    	_AT_SYMLINK_FOLLOW   = C.AT_SYMLINK_FOLLOW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 6.7K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (freebsd-arm), type BpfInsn struct
    pkg syscall (freebsd-arm), type BpfInsn struct, Code uint16
    pkg syscall (freebsd-arm), type BpfInsn struct, Jf uint8
    pkg syscall (freebsd-arm), type BpfInsn struct, Jt uint8
    pkg syscall (freebsd-arm), type BpfInsn struct, K uint32
    pkg syscall (freebsd-arm), type BpfProgram struct
    pkg syscall (freebsd-arm), type BpfProgram struct, Insns *BpfInsn
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Tstamp BpfTimeval
    pkg syscall (netbsd-arm64-cgo), type BpfInsn struct
    pkg syscall (netbsd-arm64-cgo), type BpfInsn struct, Code uint16
    pkg syscall (netbsd-arm64-cgo), type BpfInsn struct, Jf uint8
    pkg syscall (netbsd-arm64-cgo), type BpfInsn struct, Jt uint8
    pkg syscall (netbsd-arm64-cgo), type BpfInsn struct, K uint32
    pkg syscall (netbsd-arm64-cgo), type BpfProgram struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), type BpfHdr struct, Tstamp Timeval
    pkg syscall (freebsd-arm64), type BpfInsn struct
    pkg syscall (freebsd-arm64), type BpfInsn struct, Code uint16
    pkg syscall (freebsd-arm64), type BpfInsn struct, Jf uint8
    pkg syscall (freebsd-arm64), type BpfInsn struct, Jt uint8
    pkg syscall (freebsd-arm64), type BpfInsn struct, K uint32
    pkg syscall (freebsd-arm64), type BpfProgram struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top