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

1234

/linux-master/include/linux/
H A Dif_phonet.h14 extern const struct header_ops phonet_header_ops;
H A Dnetdevice.h305 struct header_ops { struct
1811 * @header_ops: Includes callbacks for creating,parsing,caching,etc
2041 const struct header_ops *header_ops; member in struct:net_device
3142 if (!dev->header_ops || !dev->header_ops->create)
3145 return dev->header_ops->create(skb, dev, type, daddr, saddr, len);
3153 if (!dev->header_ops || !dev->header_ops->parse)
3155 return dev->header_ops
[all...]
H A Dif_team.h192 const struct header_ops *header_ops_cache;
/linux-master/net/ieee802154/
H A DMakefile7 header_ops.o sysfs.o nl802154.o trace.o pan.o
/linux-master/net/802/
H A Dfc.c74 static const struct header_ops fc_header_ops = {
80 dev->header_ops = &fc_header_ops;
H A Dhippi.c144 static const struct header_ops hippi_header_ops = {
151 dev->header_ops = &hippi_header_ops;
H A Dfddi.c140 static const struct header_ops fddi_header_ops = {
147 dev->header_ops = &fddi_header_ops;
/linux-master/net/rose/
H A Drose_dev.c118 static const struct header_ops rose_header_ops = {
134 dev->header_ops = &rose_header_ops;
/linux-master/net/netrom/
H A Dnr_dev.c156 static const struct header_ops nr_header_ops = {
171 dev->header_ops = &nr_header_ops;
/linux-master/net/ieee802154/6lowpan/
H A Dcore.c58 static const struct header_ops lowpan_header_ops = {
117 ldev->header_ops = &lowpan_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/net/
H A Dloopback.c167 const struct header_ops *hdr_ops,
191 dev->header_ops = hdr_ops;
/linux-master/drivers/net/wan/
H A Dhdlc.c222 static const struct header_ops hdlc_null_ops;
238 dev->header_ops = &hdlc_null_ops;
H A Dhdlc_cisco.c305 static const struct header_ops cisco_header_ops = {
356 dev->header_ops = &cisco_header_ops;
/linux-master/net/mac802154/
H A Diface.c489 static const struct header_ops mac802154_header_ops = {
578 sdata->dev->header_ops = &mac802154_header_ops;
584 wpan_dev->header_ops = &ieee802154_header_ops;
/linux-master/include/net/
H A Dcfg802154.h479 const struct wpan_dev_header_ops *header_ops; member in struct:wpan_dev
525 return wpan_dev->header_ops->create(skb, dev, daddr, saddr, len);
/linux-master/net/ethernet/
H A Deth.c333 const struct header_ops eth_header_ops ____cacheline_aligned = {
349 dev->header_ops = &eth_header_ops;
/linux-master/net/ax25/
H A Dax25_ip.c240 const struct header_ops ax25_header_ops = {
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c148 iosm_dev->header_ops = NULL;
/linux-master/net/bluetooth/
H A D6lowpan.c558 static const struct header_ops header_ops = { variable in typeref:struct:header_ops
571 dev->header_ops = &header_ops;
/linux-master/net/mpls/
H A Dmpls_iptunnel.c105 if (!out_dev->header_ops)
/linux-master/net/8021q/
H A Dvlan_dev.c514 static const struct header_ops vlan_header_ops = {
534 static const struct header_ops vlan_passthru_header_ops = {
597 dev->header_ops = &vlan_passthru_header_ops;
600 dev->header_ops = &vlan_header_ops;
/linux-master/net/ipv4/
H A Dip_gre.c110 static const struct header_ops ipgre_header_ops;
377 if (tunnel->dev->header_ops == &ipgre_header_ops)
642 if (dev->header_ops) {
773 if (dev->header_ops)
887 static const struct header_ops ipgre_header_ops = {
1009 dev->header_ops = &ipgre_header_ops;
1015 dev->header_ops = &ipgre_header_ops;
/linux-master/drivers/net/mctp/
H A Dmctp-i3c.c519 static const struct header_ops mctp_i3c_headops = {
536 dev->header_ops = &mctp_i3c_headops;

Completed in 189 milliseconds

1234