/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | xt_pkttype.h | 6 int pkttype; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
H A D | xt_pkttype.h | 6 int pkttype; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_pkttype.h | 22 int pkttype; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_pkttype.h | 22 int pkttype; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_pkttype.h | 9 int pkttype; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_pkttype.c | 38 return (type == info->pkttype) ^ info->invert; in pkttype_mt() 42 .name = "pkttype",
|
/kernel/linux/linux-5.10/net/8021q/ |
H A D | vlan_mvrp.c | 28 .pkttype.type = htons(ETH_P_MVRP),
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_pkttype.c | 38 return (type == info->pkttype) ^ info->invert; in pkttype_mt() 42 .name = "pkttype",
|
/kernel/linux/linux-6.6/net/8021q/ |
H A D | vlan_mvrp.c | 28 .pkttype.type = htons(ETH_P_MVRP),
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_rxreorder.h | 59 u8 pkttype, void *payload);
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_rxreorder.h | 47 u8 pkttype, void *payload);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mrp.h | 107 struct packet_type pkttype; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mrp.h | 111 struct packet_type pkttype; member
|
/kernel/linux/linux-5.10/net/phonet/ |
H A D | af_phonet.c | 359 struct packet_type *pkttype, in phonet_rcv() 358 phonet_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) phonet_rcv() argument
|
/kernel/linux/linux-5.10/net/caif/ |
H A D | caif_dev.c | 247 struct packet_type *pkttype, struct net_device *orig_dev) in receive() 246 receive(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) receive() argument
|
/kernel/linux/linux-6.6/net/phonet/ |
H A D | af_phonet.c | 358 struct packet_type *pkttype, in phonet_rcv() 357 phonet_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) phonet_rcv() argument
|
/kernel/linux/linux-6.6/net/caif/ |
H A D | caif_dev.c | 247 struct packet_type *pkttype, struct net_device *orig_dev) in receive() 246 receive(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) receive() argument
|