Home
last modified time | relevance | path

Searched full:stateful (Results 1 – 25 of 78) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/net/ppp/
Dppp_mppe.c103 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()
Dppp_mppe.h8 #define MPPE_OPT_STATEFUL 0x04 /* stateful mode */
/kernel/linux/linux-5.10/drivers/net/ppp/
Dppp_mppe.c103 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()
Dppp_mppe.h8 #define MPPE_OPT_STATEFUL 0x04 /* stateful mode */
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tables.h439 * @expr: stateful expression
550 * @NFT_SET_EXT_OBJREF: stateful object reference associated with element
1071 * @objects: stateful objects in the table
1117 * @name: name of the stateful object to look up
1126 * struct nft_object - nf_tables stateful object
1128 * @list: table stateful object list node
1132 * @use: number of references to this stateful object
1169 * struct nft_object_type - stateful object type
1174 * @type: stateful object numeric type
1191 * struct nft_object_ops - stateful object operations
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
Dnf_tables.h93 * @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…
320 * @NFT_SET_OBJECT: set contains stateful objects
389 * @NFTA_SET_OBJ_TYPE: stateful object type (NLA_U32: NFT_OBJECT_*)
439 * @NFTA_SET_ELEM_OBJREF: stateful object reference (NLA_STRING)
[all …]
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_tables.h567 * @exprs: stateful expression
685 * @NFT_SET_EXT_OBJREF: stateful object reference associated with element
1256 * @objects: stateful objects in the table
1310 * @name: name of the stateful object to look up
1319 * struct nft_object - nf_tables stateful object
1321 * @list: table stateful object list node
1325 * @use: number of references to this stateful object
1364 * struct nft_object_type - stateful object type
1369 * @type: stateful object numeric type
1388 * struct nft_object_ops - stateful object operations
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dnf_tables.h93 * @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)
297 * @NFT_SET_OBJECT: set contains stateful objects
364 * @NFTA_SET_OBJ_TYPE: stateful object type (NLA_U32: NFT_OBJECT_*)
410 * @NFTA_SET_ELEM_OBJREF: stateful object reference (NLA_STRING)
1449 * enum nft_objref_attributes - nf_tables stateful object expression netlink attributes
1563 * enum nft_object_attributes - nf_tables stateful object netlink attributes
1567 * @NFTA_OBJ_TYPE: stateful object type (NLA_U32)
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dvidioc-enum-fmt.rst168 formats only. This flag is valid for stateful decoders only.
178 compressed formats only. This flag is valid for stateful codecs only.
194 compressed formats only. This flag is valid for stateful encoders only.
Dvidioc-g-parm.rst43 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
Ddev-stateless-decoder.rst13 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
Dpixfmt-v4l2.rst37 inside the stream, when fed to a stateful mem2mem decoder, the fields
41 For compressed formats on the CAPTURE side of a stateful mem2mem
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-parm.rst43 For stateful encoders (see :ref:`encoder`) this represents the
117 For stateful encoders (see :ref:`encoder`) this represents the
175 For stateful encoders (see :ref:`encoder`) this represents the
Dvidioc-enum-fmt.rst164 formats only. This flag is valid for stateful decoders only.
174 compressed formats only. This flag is valid for stateful codecs only.
190 compressed formats only. This flag is valid for stateful encoders only.
Ddev-stateless-decoder.rst13 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
Dpixfmt-v4l2.rst37 inside the stream, when fed to a stateful mem2mem decoder, the fields
41 For compressed formats on the CAPTURE side of a stateful mem2mem
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
DTODO3 - This driver is waiting for the stateful encoder spec and corresponding
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
DTODO1 This driver is in staging until the V4L2 documentation about stateful video
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
DTODO1 This driver is in staging until the V4L2 documentation about stateful video
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/
Djedec,spi-nor.txt72 - broken-flash-reset : Some flash devices utilize stateful addressing modes
/kernel/linux/linux-5.10/Documentation/scsi/
Dbnx2fc.rst6 Broadcom FCoE offload through bnx2fc is full stateful hardware offload that
/kernel/linux/linux-6.6/Documentation/scsi/
Dbnx2fc.rst6 Broadcom FCoE offload through bnx2fc is full stateful hardware offload that
/kernel/linux/linux-6.6/arch/arm/include/asm/
Dmmu_context.h90 * have some stateful cache flush implementations. Check in finish_arch_post_lock_switch()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dmmu_context.h79 * have some stateful cache flush implementations. Check in finish_arch_post_lock_switch()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/
Djedec,spi-nor.yaml66 Some flash devices utilize stateful addressing modes (e.g., for 32-bit

1234