Searched refs:pkttype (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/media/rc/ |
H A D | redrat3.c | 601 unsigned pktlen, pkttype; in redrat3_read_packet_start() local 605 pkttype = be16_to_cpu(header->transfer_type); in redrat3_read_packet_start() 612 switch (pkttype) { in redrat3_read_packet_start() 630 pkttype, len, pktlen); in redrat3_read_packet_start() 656 unsigned pkttype; in redrat3_get_ir_data() local 675 pkttype = be16_to_cpu(rr3->irdata.header.transfer_type); in redrat3_get_ir_data() 676 if (pkttype == RR3_MOD_SIGNAL_IN) in redrat3_get_ir_data() 680 pkttype); in redrat3_get_ir_data()
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_pkttype.h | 6 int pkttype; member
|
/openbmc/linux/net/802/ |
H A D | mrp.c | 319 skb->protocol = app->app->pkttype.type; in mrp_pdu_init() 351 dev_hard_header(app->pdu, app->dev, ntohs(app->app->pkttype.type), in mrp_pdu_queue() 787 pkttype); in mrp_rcv() 933 appl->pkttype.func = mrp_rcv; in mrp_register_application() 934 dev_add_pack(&appl->pkttype); in mrp_register_application() 941 dev_remove_pack(&appl->pkttype); in mrp_unregister_application()
|
/openbmc/linux/net/netfilter/ |
H A D | xt_pkttype.c | 38 return (type == info->pkttype) ^ info->invert; in pkttype_mt()
|
H A D | Kconfig | 1507 tristate '"pkttype" packet type match support' 1514 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
|
/openbmc/linux/net/8021q/ |
H A D | vlan_mvrp.c | 28 .pkttype.type = htons(ETH_P_MVRP),
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_rxreorder.h | 47 u8 pkttype, void *payload);
|
/openbmc/linux/include/net/ |
H A D | mrp.h | 111 struct packet_type pkttype; member
|
/openbmc/linux/net/phonet/ |
H A D | af_phonet.c | 358 struct packet_type *pkttype, in phonet_rcv() argument
|
/openbmc/linux/net/caif/ |
H A D | caif_dev.c | 247 struct packet_type *pkttype, struct net_device *orig_dev) in receive() argument
|
/openbmc/linux/ |
H A D | CREDITS | 2402 D: Netfilter pkttype module
|