Searched refs:pkttype (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/linux-4.1.27/include/uapi/linux/netfilter_bridge/
H A Debt_pkttype.h10 #define EBT_PKTTYPE_MATCH "pkttype"
/linux-4.1.27/net/netfilter/
H A Dxt_pkttype.c42 return (type == info->pkttype) ^ info->invert; pkttype_mt()
46 .name = "pkttype",
/linux-4.1.27/net/bridge/netfilter/
H A Debt_pkttype.c34 .name = "pkttype",
/linux-4.1.27/net/8021q/
H A Dvlan_mvrp.c31 .pkttype.type = htons(ETH_P_MVRP),
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A D11n_rxreorder.h59 u8 pkttype, void *payload);
/linux-4.1.27/include/net/
H A Dmrp.h106 struct packet_type pkttype; member in struct:mrp_application
/linux-4.1.27/net/802/
H A Dmrp.c309 skb->protocol = app->app->pkttype.type; mrp_pdu_init()
341 dev_hard_header(app->pdu, app->dev, ntohs(app->app->pkttype.type), mrp_pdu_queue()
774 pkttype); mrp_rcv()
916 appl->pkttype.func = mrp_rcv; mrp_register_application()
917 dev_add_pack(&appl->pkttype); mrp_register_application()
924 dev_remove_pack(&appl->pkttype); mrp_unregister_application()
/linux-4.1.27/drivers/media/rc/
H A Dredrat3.c566 unsigned pktlen, pkttype; redrat3_read_packet_start() local
570 pkttype = be16_to_cpu(header->transfer_type); redrat3_read_packet_start()
577 switch (pkttype) { redrat3_read_packet_start()
595 pkttype, len, pktlen); redrat3_read_packet_start()
621 unsigned pkttype; redrat3_get_ir_data() local
640 pkttype = be16_to_cpu(rr3->irdata.header.transfer_type); redrat3_get_ir_data()
641 if (pkttype == RR3_MOD_SIGNAL_IN) redrat3_get_ir_data()
645 pkttype); redrat3_get_ir_data()
/linux-4.1.27/net/caif/
H A Dcaif_dev.c240 struct packet_type *pkttype, struct net_device *orig_dev) receive()
239 receive(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) receive() argument
/linux-4.1.27/net/phonet/
H A Daf_phonet.c372 struct packet_type *pkttype, phonet_rcv()
371 phonet_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) phonet_rcv() argument

Completed in 258 milliseconds