/kernel/linux/linux-5.10/net/rose/ |
H A D | rose_dev.c | 118 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 D | fddi.c | 140 static const struct header_ops fddi_header_ops = { 147 dev->header_ops = &fddi_header_ops; in fddi_setup()
|
H A D | fc.c | 74 static const struct header_ops fc_header_ops = { 80 dev->header_ops = &fc_header_ops; in fc_setup()
|
H A D | hippi.c | 144 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 D | rose_dev.c | 118 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 D | hippi.c | 144 static const struct header_ops hippi_header_ops = { 151 dev->header_ops = &hippi_header_ops; in hippi_setup()
|
H A D | fddi.c | 140 static const struct header_ops fddi_header_ops = { 147 dev->header_ops = &fddi_header_ops; in fddi_setup()
|
H A D | fc.c | 74 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 D | if_phonet.h | 14 extern const struct header_ops phonet_header_ops;
|
H A D | netdevice.h | 279 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 D | if_phonet.h | 14 extern const struct header_ops phonet_header_ops;
|
H A D | netdevice.h | 311 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 D | nr_dev.c | 156 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 D | core.c | 57 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 D | nr_dev.c | 156 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 D | core.c | 58 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 D | Makefile | 7 header_ops.o sysfs.o nl802154.o trace.o
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | Makefile | 7 header_ops.o sysfs.o nl802154.o trace.o
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | loopback.c | 165 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 D | loopback.c | 166 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 D | slip_kern.c | 34 dev->header_ops = NULL; in slip_init()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | slip_kern.c | 34 dev->header_ops = NULL; in slip_init()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc.c | 227 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 D | cfg802154.h | 334 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 D | hdlc.c | 222 static const struct header_ops hdlc_null_ops; 238 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()
|