| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nfnetlink.c | 191 if (nlmsg_len(nlh) < sizeof(struct nfgenmsg)) in nfnetlink_rcv_msg() 219 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in nfnetlink_rcv_msg() 395 nlmsg_len(nlh) < sizeof(struct nfgenmsg)) { in nfnetlink_rcv_batch() 436 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in nfnetlink_rcv_batch() 547 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in nfnetlink_rcv_skb_batch() 551 struct nfgenmsg *nfgenmsg; in nfnetlink_rcv_skb_batch() local 560 if (skb->len < NLMSG_HDRLEN + sizeof(struct nfgenmsg)) in nfnetlink_rcv_skb_batch() 572 nfgenmsg = nlmsg_data(nlh); in nfnetlink_rcv_skb_batch() 575 if (nfgenmsg->res_id == NFNL_SUBSYS_NFTABLES) in nfnetlink_rcv_skb_batch() 578 res_id = ntohs(nfgenmsg->res_id); in nfnetlink_rcv_skb_batch()
|
| H A D | nfnetlink_log.c | 351 sizeof(struct nfgenmsg), in __nfulnl_send() 704 size = nlmsg_total_size(sizeof(struct nfgenmsg)) in nfulnl_log_packet() 718 + nla_total_size(sizeof(struct nfgenmsg)); /* NLMSG_DONE */ in nfulnl_log_packet() 872 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nfulnl_recv_config()
|
| H A D | nf_conntrack_netlink.c | 679 return NLMSG_ALIGN(sizeof(struct nfgenmsg)) in ctnetlink_nlmsg_size() 993 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in ctnetlink_start() 1533 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in ctnetlink_del_conntrack() 1594 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in ctnetlink_get_conntrack() 1671 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in ctnetlink_dump_list() 2383 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in ctnetlink_new_conntrack() 3155 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in ctnetlink_exp_dump_table() 3203 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in ctnetlink_exp_ct_dump_table() 3252 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in ctnetlink_dump_exp_ct() 3299 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in ctnetlink_get_expect() [all …]
|
| H A D | nfnetlink_queue.c | 396 size = nlmsg_total_size(sizeof(struct nfgenmsg)) in nfqnl_build_packet_message() 1065 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nfqnl_recv_verdict_batch() 1173 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nfqnl_recv_verdict() 1259 struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nfqnl_recv_config()
|
| H A D | nf_tables_api.c | 773 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_tables() 833 const struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nf_tables_gettable() 1020 const struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nf_tables_newtable() 1207 const struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nf_tables_deltable() 1525 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_chains() 1573 const struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nf_tables_getchain() 2302 const struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nf_tables_newchain() 2399 const struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nf_tables_delchain() 2921 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_rules() 3023 const struct nfgenmsg *nfmsg = nlmsg_data(nlh); in nf_tables_getrule() [all …]
|
| H A D | nf_tables_trace.c | 194 size = nlmsg_total_size(sizeof(struct nfgenmsg)) + in nft_trace_notify()
|
| H A D | nft_compat.c | 622 struct nfgenmsg *nfmsg; in nfnl_compat_get_rcu()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/ |
| H A D | 0005-include-Sync-with-kernel-headers.patch | 20 struct nfgenmsg { 30 @@ -46,40 +46,8 @@ struct nfgenmsg { 103 + NLMSG_ALIGN(sizeof(struct nfgenmsg)))) 104 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
| /OK3568_Linux_fs/buildroot/package/libnfnetlink/ |
| H A D | 0002-include-Sync-with-kernel-headers.patch | 24 struct nfgenmsg { 34 @@ -46,40 +46,8 @@ struct nfgenmsg { 107 + NLMSG_ALIGN(sizeof(struct nfgenmsg)))) 108 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_compat.h | 60 + NLMSG_ALIGN(sizeof(struct nfgenmsg)))) 61 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
| H A D | nfnetlink.h | 34 struct nfgenmsg { struct
|
| /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 | nfnetlink_compat.h | 59 + NLMSG_ALIGN(sizeof(struct nfgenmsg)))) 60 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
| H A D | nfnetlink.h | 34 struct nfgenmsg { 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 D | nfnetlink_compat.h | 59 + NLMSG_ALIGN(sizeof(struct nfgenmsg)))) 60 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
| H A D | nfnetlink.h | 34 struct nfgenmsg { struct
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nf-queue.c | 85 mnl_attr_parse(nlh, sizeof(struct nfgenmsg), parse_attr_cb, tb); in queue_cb() 128 struct nfgenmsg *nfg; in nfq_build_cfg_request() 152 struct nfgenmsg *nfg; in nfq_build_cfg_params() 175 struct nfgenmsg *nfg; in nfq_build_verdict()
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | nfnetlink.h | 68 struct nfgenmsg *nfmsg; in nfnl_fill_hdr() 83 nlh = nlmsg_put(skb, portid, seq, type, sizeof(struct nfgenmsg), flags); in nfnl_msg_put()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1463 nlmsg_for_each_attr(attr, nlh, sizeof(struct nfgenmsg), rem) { in dump_attrs() 1480 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in ip_set_dump_start() 1724 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in call_ad()
|
| /OK3568_Linux_fs/buildroot/package/libnetfilter_log/ |
| H A D | 0003-src-Use-stdint-types-everywhere.patch | 196 struct nfgenmsg *nfmsg = NLMSG_DATA(nlh);
|