Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/net/rose/
H A Drose_dev.c118 static const struct header_ops rose_header_ops = {
134 dev->header_ops = &rose_header_ops; in rose_setup()
/kernel/linux/linux-5.10/net/802/
H A Dfddi.c140 static const struct header_ops fddi_header_ops = {
147 dev->header_ops = &fddi_header_ops; in fddi_setup()
H A Dfc.c74 static const struct header_ops fc_header_ops = {
80 dev->header_ops = &fc_header_ops; in fc_setup()
H A Dhippi.c144 static const struct header_ops hippi_header_ops = {
151 dev->header_ops = &hippi_header_ops; in hippi_setup()
/kernel/linux/linux-6.6/net/rose/
H A Drose_dev.c118 static const struct header_ops rose_header_ops = {
134 dev->header_ops = &rose_header_ops; in rose_setup()
/kernel/linux/linux-6.6/net/802/
H A Dhippi.c144 static const struct header_ops hippi_header_ops = {
151 dev->header_ops = &hippi_header_ops; in hippi_setup()
H A Dfddi.c140 static const struct header_ops fddi_header_ops = {
147 dev->header_ops = &fddi_header_ops; in fddi_setup()
H A Dfc.c74 static const struct header_ops fc_header_ops = {
80 dev->header_ops = &fc_header_ops; in fc_setup()
/kernel/linux/linux-5.10/include/linux/
H A Dif_phonet.h14 extern const struct header_ops phonet_header_ops;
H A Dnetdevice.h279 struct header_ops { struct
1705 * @header_ops: Includes callbacks for creating,parsing,caching,etc
1965 const struct header_ops *header_ops; member
3165 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header()
3168 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header()
3176 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header()
3178 return dev->header_ops in dev_parse_header()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dif_phonet.h14 extern const struct header_ops phonet_header_ops;
H A Dnetdevice.h311 struct header_ops { struct
1851 * @header_ops: Includes callbacks for creating,parsing,caching,etc
2162 const struct header_ops *header_ops; member
3155 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header()
3158 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header()
3166 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header()
3168 return dev->header_ops in dev_parse_header()
[all...]
/kernel/linux/linux-5.10/net/netrom/
H A Dnr_dev.c156 static const struct header_ops nr_header_ops = {
171 dev->header_ops = &nr_header_ops; in nr_setup()
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/
H A Dcore.c57 static const struct header_ops lowpan_header_ops = {
116 ldev->header_ops = &lowpan_header_ops; in lowpan_setup()
/kernel/linux/linux-6.6/net/netrom/
H A Dnr_dev.c156 static const struct header_ops nr_header_ops = {
171 dev->header_ops = &nr_header_ops; in nr_setup()
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/
H A Dcore.c58 static const struct header_ops lowpan_header_ops = {
117 ldev->header_ops = &lowpan_header_ops; in lowpan_setup()
/kernel/linux/linux-5.10/net/ieee802154/
H A DMakefile7 header_ops.o sysfs.o nl802154.o trace.o
/kernel/linux/linux-6.6/net/ieee802154/
H A DMakefile7 header_ops.o sysfs.o nl802154.o trace.o
/kernel/linux/linux-5.10/drivers/net/
H A Dloopback.c165 const struct header_ops *hdr_ops, in gen_lo_setup()
189 dev->header_ops = hdr_ops; in gen_lo_setup()
/kernel/linux/linux-6.6/drivers/net/
H A Dloopback.c166 const struct header_ops *hdr_ops, in gen_lo_setup()
190 dev->header_ops = hdr_ops; in gen_lo_setup()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dslip_kern.c34 dev->header_ops = NULL; in slip_init()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dslip_kern.c34 dev->header_ops = NULL; in slip_init()
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dhdlc.c227 static const struct header_ops hdlc_null_ops;
243 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()
/kernel/linux/linux-5.10/include/net/
H A Dcfg802154.h334 const struct wpan_dev_header_ops *header_ops; member
374 return wpan_dev->header_ops->create(skb, dev, daddr, saddr, len); in wpan_dev_hard_header()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhdlc.c222 static const struct header_ops hdlc_null_ops;
238 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()

Completed in 22 milliseconds

1234567