Searched refs:NFTA_PAYLOAD_OFFSET (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_payload.c | 131 [NFTA_PAYLOAD_OFFSET] = { .type = NLA_U32 }, 145 priv->offset = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_OFFSET])); in nft_payload_init() 159 nla_put_be32(skb, NFTA_PAYLOAD_OFFSET, htonl(priv->offset)) || in nft_payload_dump() 667 priv->offset = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_OFFSET])); in nft_payload_set_init() 716 nla_put_be32(skb, NFTA_PAYLOAD_OFFSET, htonl(priv->offset)) || in nft_payload_set_dump() 746 tb[NFTA_PAYLOAD_OFFSET] == NULL || in nft_payload_select_ops() 769 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_OFFSET], U8_MAX, &offset); in nft_payload_select_ops()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ |
| H A D | nf_tables.h | 712 NFTA_PAYLOAD_OFFSET, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ |
| H A D | nf_tables.h | 712 NFTA_PAYLOAD_OFFSET, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | nf_tables.h | 780 NFTA_PAYLOAD_OFFSET, enumerator
|