| 1650 | } |
| 1651 | |
| 1652 | type KprobeMultiLinkInfo struct { |
| 1653 | _ structs.HostLayout |
| 1654 | Type LinkType |
| 1655 | Id LinkID |
| 1656 | ProgId uint32 |
| 1657 | _ [4]byte |
| 1658 | Addrs TypedPointer[uint64] |
| 1659 | Count uint32 |
| 1660 | Flags uint32 |
| 1661 | Missed uint64 |
| 1662 | Cookies TypedPointer[uint64] |
| 1663 | _ [16]byte |
| 1664 | } |
| 1665 | |
| 1666 | type NetNsLinkInfo struct { |
| 1667 | _ structs.HostLayout |
nothing calls this directly
no outgoing calls
no test coverage detected