Searched refs:__dev_remove_pack (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c452 * unsyncronized version __dev_remove_pack() to avoid multiple delays.
454 __dev_remove_pack(&fcoe->fcoe_packet_type);
455 __dev_remove_pack(&fcoe->fip_packet_type);
457 __dev_remove_pack(&fcoe->fip_vlan_packet_type);
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1589 __dev_remove_pack(&interface->fcoe_packet_type);
1590 __dev_remove_pack(&interface->fip_packet_type);
/linux-master/net/packet/
H A Daf_packet.c374 __dev_remove_pack(&po->prot_hook);
1548 __dev_remove_pack(&f->prot_hook);
1794 __dev_remove_pack(&po->prot_hook);
/linux-master/net/core/
H A Ddev.c573 * __dev_remove_pack - remove packet handler
585 void __dev_remove_pack(struct packet_type *pt) function
603 EXPORT_SYMBOL(__dev_remove_pack); variable
619 __dev_remove_pack(pt);
/linux-master/include/linux/
H A Dnetdevice.h3061 void __dev_remove_pack(struct packet_type *pt);

Completed in 308 milliseconds