Home
last modified time | relevance | path

Searched refs:nfulnl_msg_packet_hdr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libnetfilter_log/
H A D0003-src-Use-stdint-types-everywhere.patch86 extern struct nfulnl_msg_packet_hdr *nflog_get_msg_packet_hdr(struct nflog_data *nfad);
292 * The nfulnl_msg_packet_hdr structure is defined in libnetfilter_log.h as:
294 struct nfulnl_msg_packet_hdr {
304 @@ -634,9 +634,9 @@ struct nfulnl_msg_packet_hdr *nflog_get_msg_packet_hdr(struct nflog_data *nfad)
463 struct nfulnl_msg_packet_hdr *ph;
477 struct nfulnl_msg_packet_hdr *ph = nflog_get_msg_packet_hdr(ldata);
H A D0004-include-Sync-with-current-kernel-headers.patch23 struct nfulnl_msg_packet_hdr {
/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 Dnfnetlink_log.h19 struct nfulnl_msg_packet_hdr { struct
/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 Dnfnetlink_log.h19 struct nfulnl_msg_packet_hdr { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dnfnetlink_log.h19 struct nfulnl_msg_packet_hdr { struct
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_log.c453 struct nfulnl_msg_packet_hdr pmsg; in __build_packet_message()
705 + nla_total_size(sizeof(struct nfulnl_msg_packet_hdr)) in nfulnl_log_packet()