Home
last modified time | relevance | path

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

/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
/linux/drivers/media/rc/
H A Dmeson-ir.c133 u8 hw_protocol; member
256 if (protocol_timings[i].hw_protocol == protocol) in meson_ir_hw_decoder_init()
286 regval = FIELD_PREP(IR_DEC_REG2_MODE, timings->hw_protocol); in meson_ir_hw_decoder_init()
/linux/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c92 ntohs(ph->hw_protocol), ph->hook); in queue_cb()
/linux/net/netfilter/
H A Dnfnetlink_log.c481 pmsg.hw_protocol = skb->protocol; in __build_packet_message()