Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnf-queue.c92 ntohs(ph->hw_protocol), ph->hook); in queue_cb()
/openbmc/linux/net/netfilter/
H A Dnfnetlink_log.c481 pmsg.hw_protocol = skb->protocol; in __build_packet_message()
H A Dnfnetlink_queue.c508 pmsg->hw_protocol = entskb->protocol; in nfqnl_build_packet_message()