Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/netfilter/
Dnfnetlink_log.h20 __be16 hw_protocol; /* hw protocol (network order) */ member
Dnfnetlink_queue.h19 __be16 hw_protocol; /* hw protocol (network order) */ member
/Linux-v5.10/tools/testing/selftests/netfilter/
Dnf-queue.c92 ntohs(ph->hw_protocol), ph->hook); in queue_cb()
/Linux-v5.10/net/netfilter/
Dnfnetlink_log.c471 pmsg.hw_protocol = skb->protocol; in __build_packet_message()
Dnfnetlink_queue.c487 pmsg->hw_protocol = entskb->protocol; in nfqnl_build_packet_message()