Searched refs:pkttype (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_pkttype.h | 5 int pkttype; member
|
/linux-4.1.27/drivers/media/rc/ |
D | redrat3.c | 566 unsigned pktlen, pkttype; in redrat3_read_packet_start() local 570 pkttype = be16_to_cpu(header->transfer_type); in redrat3_read_packet_start() 577 switch (pkttype) { in redrat3_read_packet_start() 595 pkttype, len, pktlen); in redrat3_read_packet_start() 621 unsigned pkttype; in redrat3_get_ir_data() local 640 pkttype = be16_to_cpu(rr3->irdata.header.transfer_type); in redrat3_get_ir_data() 641 if (pkttype == RR3_MOD_SIGNAL_IN) in redrat3_get_ir_data() 645 pkttype); in redrat3_get_ir_data()
|
/linux-4.1.27/net/netfilter/ |
D | xt_pkttype.c | 42 return (type == info->pkttype) ^ info->invert; in pkttype_mt()
|
D | Kconfig | 1287 tristate '"pkttype" packet type match support' 1294 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
|
/linux-4.1.27/net/8021q/ |
D | vlan_mvrp.c | 31 .pkttype.type = htons(ETH_P_MVRP),
|
/linux-4.1.27/net/802/ |
D | mrp.c | 309 skb->protocol = app->app->pkttype.type; in mrp_pdu_init() 341 dev_hard_header(app->pdu, app->dev, ntohs(app->app->pkttype.type), in mrp_pdu_queue() 774 pkttype); in mrp_rcv() 916 appl->pkttype.func = mrp_rcv; in mrp_register_application() 917 dev_add_pack(&appl->pkttype); in mrp_register_application() 924 dev_remove_pack(&appl->pkttype); in mrp_unregister_application()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | 11n_rxreorder.h | 59 u8 pkttype, void *payload);
|
/linux-4.1.27/include/net/ |
D | mrp.h | 106 struct packet_type pkttype; member
|
/linux-4.1.27/net/caif/ |
D | caif_dev.c | 240 struct packet_type *pkttype, struct net_device *orig_dev) in receive() argument
|
/linux-4.1.27/net/phonet/ |
D | af_phonet.c | 372 struct packet_type *pkttype, in phonet_rcv() argument
|
/linux-4.1.27/ |
D | CREDITS | 2234 D: Netfilter pkttype module
|