Searched full:stateful (Results 1 – 25 of 44) sorted by relevance
12
/linux-6.14.4/drivers/net/ppp/ |
D | ppp_mppe.c | 103 unsigned stateful; /* stateful mode flag */ member 104 int discard; /* stateful mode packet loss flag */ 271 state->stateful = 1; in mppe_init() 279 (state->stateful) ? "stateful" : "stateless"); in mppe_init() 375 if (!state->stateful || /* stateless mode */ in mppe_compress() 379 if (state->debug && state->stateful) in mppe_compress() 476 if (!state->stateful && !flushed) { in mppe_decompress() 482 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress() 493 if (!state->stateful) { in mppe_decompress()
|
D | ppp_mppe.h | 8 #define MPPE_OPT_STATEFUL 0x04 /* stateful mode */
|
/linux-6.14.4/Documentation/netlink/specs/ |
D | nftables.yaml | 526 doc: stateful object type 616 doc: stateful object reference 682 doc: stateful object type 688 doc: stateful object data 1286 doc: Get / dump rules and reset stateful expressions. 1388 doc: Get / dump set elements and reset stateful expressions. 1436 doc: Create a new stateful object. 1446 doc: Get / dump stateful objects. 1460 doc: Delete an existing stateful object. 1470 doc: Delete an existing stateful object with destroy semantics.
|
/linux-6.14.4/include/uapi/linux/netfilter/ |
D | nf_tables.h | 93 * @NFT_MSG_NEWOBJ: create a stateful object (enum nft_obj_attributes) 94 * @NFT_MSG_GETOBJ: get a stateful object (enum nft_obj_attributes) 95 * @NFT_MSG_DELOBJ: delete a stateful object (enum nft_obj_attributes) 96 * @NFT_MSG_GETOBJ_RESET: get and reset a stateful object (enum nft_obj_attributes) 100 * @NFT_MSG_GETRULE_RESET: get rules and reset stateful expressions (enum nft_obj_attributes) 106 * @NFT_MSG_DESTROYOBJ: destroy a stateful object (enum nft_object_attributes) 108 …* @NFT_MSG_GETSETELEM_RESET: get set elements and reset attached stateful expressions (enum nft_se… 324 * @NFT_SET_OBJECT: set contains stateful objects 393 * @NFTA_SET_OBJ_TYPE: stateful object type (NLA_U32: NFT_OBJECT_*) 443 * @NFTA_SET_ELEM_OBJREF: stateful object reference (NLA_STRING) [all …]
|
/linux-6.14.4/include/net/netfilter/ |
D | nf_tables.h | 581 * @exprs: stateful expression 698 * @NFT_SET_EXT_OBJREF: stateful object reference associated with element 1273 * @objects: stateful objects in the table 1336 * @name: name of the stateful object to look up 1345 * struct nft_object - nf_tables stateful object 1347 * @list: table stateful object list node 1351 * @use: number of references to this stateful object 1390 * struct nft_object_type - stateful object type 1395 * @type: stateful object numeric type 1414 * struct nft_object_ops - stateful object operations [all …]
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-parm.rst | 43 For stateful encoders (see :ref:`encoder`) this represents the 116 For stateful encoders (see :ref:`encoder`) this represents the 174 For stateful encoders (see :ref:`encoder`) this represents the
|
D | vidioc-enum-fmt.rst | 178 formats only. This flag is valid for stateful decoders only. 188 compressed formats only. This flag is valid for stateful codecs only. 204 compressed formats only. This flag is valid for stateful encoders only.
|
D | dev-stateless-decoder.rst | 13 decoding request. This is in contrast to the stateful video decoder interface, 20 Compared to stateful codecs, the decoder/client sequence is simpler, but the 336 Contrary to stateful decoders, a stateless decoder does not perform any kind of
|
D | pixfmt-v4l2.rst | 37 inside the stream, when fed to a stateful mem2mem decoder, the fields 41 For compressed formats on the CAPTURE side of a stateful mem2mem
|
D | vidioc-encoder-cmd.rst | 66 introduced in Linux 2.6.21. They are, however, mandatory for stateful mem2mem
|
D | control.rst | 293 necessary for hardware to work. This control is required for stateful 300 necessary for hardware to work. This control is required for stateful
|
D | vidioc-decoder-cmd.rst | 59 introduced in Linux 3.3. They are, however, mandatory for stateful mem2mem decoders
|
D | dev-encoder.rst | 6 Memory-to-Memory Stateful Video Encoder Interface 9 A stateful video encoder takes raw video frames in display order and encodes
|
/linux-6.14.4/drivers/staging/media/meson/vdec/ |
D | TODO | 1 This driver is in staging until the V4L2 documentation about stateful video
|
/linux-6.14.4/drivers/media/platform/chips-media/wave5/ |
D | Kconfig | 12 Chips&Media stateful encoder and decoder driver.
|
/linux-6.14.4/Documentation/scsi/ |
D | bnx2fc.rst | 6 Broadcom FCoE offload through bnx2fc is full stateful hardware offload that
|
/linux-6.14.4/arch/arm/include/asm/ |
D | mmu_context.h | 90 * have some stateful cache flush implementations. Check in finish_arch_post_lock_switch()
|
/linux-6.14.4/Documentation/staging/ |
D | xz.rst | 29 to buffer) and multi-call (stateful) APIs in include/linux/xz.h.
|
/linux-6.14.4/Documentation/devicetree/bindings/mtd/ |
D | jedec,spi-nor.yaml | 69 Some flash devices utilize stateful addressing modes (e.g., for 32-bit
|
/linux-6.14.4/Documentation/input/ |
D | event-codes.rst | 18 The input protocol is a stateful protocol. Events are emitted only when values 267 EV_SW events describe stateful binary switches. For example, the SW_LID code is
|
/linux-6.14.4/net/bridge/netfilter/ |
D | Kconfig | 36 stateful policies. Enable this if you want native tracking from
|
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/decoder/ |
D | mtk_vcodec_dec_drv.h | 157 * for stateful decoder.
|
/linux-6.14.4/Documentation/networking/ |
D | multi-pf-netdev.rst | 171 stateful features where the state is maintained in one of the PFs.
|
D | ipvs-sysctl.rst | 60 also handled by stateful firewall rules. That is, iptables rules
|
/linux-6.14.4/net/sched/ |
D | act_nat.c | 177 /* It would be nice to share code with stateful NAT. */ in tcf_nat_act()
|
12