Searched refs:pkttype (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/include/uapi/linux/netfilter/ |
H A D | xt_pkttype.h | 5 int pkttype; member in struct:xt_pkttype_info
|
/linux-4.1.27/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_pkttype.h | 10 #define EBT_PKTTYPE_MATCH "pkttype"
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_pkttype.c | 42 return (type == info->pkttype) ^ info->invert; pkttype_mt() 46 .name = "pkttype",
|
/linux-4.1.27/net/bridge/netfilter/ |
H A D | ebt_pkttype.c | 34 .name = "pkttype",
|
/linux-4.1.27/net/8021q/ |
H A D | vlan_mvrp.c | 31 .pkttype.type = htons(ETH_P_MVRP),
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | 11n_rxreorder.h | 59 u8 pkttype, void *payload);
|
/linux-4.1.27/include/net/ |
H A D | mrp.h | 106 struct packet_type pkttype; member in struct:mrp_application
|
/linux-4.1.27/net/802/ |
H A D | mrp.c | 309 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 D | redrat3.c | 566 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 D | caif_dev.c | 240 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 D | af_phonet.c | 372 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 1010 milliseconds