Searched refs:header_ops (Results 1 - 25 of 79) sorted by path

1234

/linux-master/include/linux/
H A Dif_phonet.h14 extern const struct header_ops phonet_header_ops;
/linux-master/net/802/
H A Dfc.c74 static const struct header_ops fc_header_ops = {
80 dev->header_ops = &fc_header_ops;
/linux-master/arch/um/drivers/
H A Dslip_kern.c34 dev->header_ops = NULL;
H A Dslirp_kern.c36 dev->header_ops = NULL;
/linux-master/drivers/firewire/
H A Dnet.c267 static const struct header_ops fwnet_header_ops = {
1376 net->header_ops = &fwnet_header_ops;
/linux-master/drivers/hsi/clients/
H A Dssi_protocol.c1070 dev->header_ops = &phonet_header_ops;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c2087 static const struct header_ops ipoib_header_ops = {
2136 dev->header_ops = &ipoib_header_ops;
/linux-master/drivers/media/dvb-core/
H A Ddvb_net.c1302 static const struct header_ops dvb_header_ops = {
1321 dev->header_ops = &dvb_header_ops;
/linux-master/drivers/net/arcnet/
H A Darcnet.c354 static const struct header_ops arcnet_header_ops = {
370 dev->header_ops = &arcnet_header_ops;
/linux-master/drivers/net/bonding/
H A Dbond_main.c1507 bond_dev->header_ops = slave_dev->header_ops;
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c281 rmnet_dev->header_ops = NULL; /* No header */
/linux-master/drivers/net/
H A Dgeneve.c1374 dev->header_ops = NULL;
H A Dloopback.c163 const struct header_ops *hdr_ops,
187 dev->header_ops = hdr_ops;
H A Dmacvlan.c607 static const struct header_ops macvlan_hard_header_ops = {
1220 dev->header_ops = &macvlan_hard_header_ops;
/linux-master/drivers/net/hamradio/
H A D6pack.c312 dev->header_ops = &ax25_header_ops;
H A Dbaycom_epp.c1149 dev->header_ops = &ax25_header_ops;
H A Dbpqether.c464 dev->header_ops = &ax25_header_ops;
H A Dhdlcdrv.c672 dev->header_ops = &ax25_header_ops;
H A Dmkiss.c647 dev->header_ops = &ax25_header_ops;
H A Dscc.c1565 dev->header_ops = &ax25_header_ops;
H A Dyam.c1101 dev->header_ops = &ax25_header_ops;
/linux-master/drivers/net/ipa/
H A Dipa_modem.c226 netdev->header_ops = NULL;
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c385 static const struct header_ops ipvlan_header_ops = {
680 dev->header_ops = &ipvlan_header_ops;
/linux-master/drivers/net/mctp/
H A Dmctp-i2c.c660 static const struct header_ops mctp_i2c_headops = {
681 dev->header_ops = &mctp_i2c_headops;
H A Dmctp-i3c.c519 static const struct header_ops mctp_i3c_headops = {
536 dev->header_ops = &mctp_i3c_headops;

Completed in 675 milliseconds

1234