Home
last modified time | relevance | path

Searched refs:hw_protocol (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libnetfilter_log/
H A D0004-include-Sync-with-current-kernel-headers.patch24 - u_int16_t hw_protocol; /* hw protocol (network order) */
28 + __be16 hw_protocol; /* hw protocol (network order) */
H A D0003-src-Use-stdint-types-everywhere.patch295 - u_int16_t hw_protocol; // hw protocol (network order)
298 + uint16_t hw_protocol; // hw protocol (network order)
/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.h20 __be16 hw_protocol; /* hw protocol (network order) */ member
H A Dnfnetlink_queue.h19 __be16 hw_protocol; /* hw protocol (network order) */ member
/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.h20 __be16 hw_protocol; /* hw protocol (network order) */ member
H A Dnfnetlink_queue.h19 __be16 hw_protocol; /* hw protocol (network order) */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dnfnetlink_log.h20 __be16 hw_protocol; /* hw protocol (network order) */ member
H A Dnfnetlink_queue.h19 __be16 hw_protocol; /* hw protocol (network order) */ member
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dnf-queue.c92 ntohs(ph->hw_protocol), ph->hook); in queue_cb()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_log.c466 pmsg.hw_protocol = skb->protocol; in __build_packet_message()
H A Dnfnetlink_queue.c483 pmsg->hw_protocol = entskb->protocol; in nfqnl_build_packet_message()