Searched refs:pkttype (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/include/uapi/linux/netfilter/ |
D | xt_pkttype.h | 6 int pkttype; member
|
/Linux-v6.1/drivers/media/rc/ |
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()
|
/Linux-v6.1/net/netfilter/ |
D | xt_pkttype.c | 38 return (type == info->pkttype) ^ info->invert; in pkttype_mt()
|
D | Kconfig | 1505 tristate '"pkttype" packet type match support' 1512 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
|
/Linux-v6.1/net/802/ |
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() 783 pkttype); in mrp_rcv() 925 appl->pkttype.func = mrp_rcv; in mrp_register_application() 926 dev_add_pack(&appl->pkttype); in mrp_register_application() 933 dev_remove_pack(&appl->pkttype); in mrp_unregister_application()
|
/Linux-v6.1/net/8021q/ |
D | vlan_mvrp.c | 28 .pkttype.type = htons(ETH_P_MVRP),
|
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/ |
D | 11n_rxreorder.h | 47 u8 pkttype, void *payload);
|
/Linux-v6.1/include/net/ |
D | mrp.h | 111 struct packet_type pkttype; member
|
/Linux-v6.1/net/caif/ |
D | caif_dev.c | 247 struct packet_type *pkttype, struct net_device *orig_dev) in receive() argument
|
/Linux-v6.1/net/phonet/ |
D | af_phonet.c | 358 struct packet_type *pkttype, in phonet_rcv() argument
|
/Linux-v6.1/ |
D | CREDITS | 2373 D: Netfilter pkttype module
|