Home
last modified time | relevance | path

Searched refs:header_ops (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/kernel/net/802/
H A Dfc.c74 static const struct header_ops fc_header_ops = {
80 dev->header_ops = &fc_header_ops; in fc_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 Dhippi.c144 static const struct header_ops hippi_header_ops = {
151 dev->header_ops = &hippi_header_ops; in hippi_setup()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dif_phonet.h14 extern const struct header_ops phonet_header_ops;
H A Dnetdevice.h271 struct header_ops { struct
1987 const struct header_ops *header_ops; member
3201 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header()
3204 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header()
3212 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header()
3214 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
3221 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol()
3223 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol()
3240 if (dev->header_ops && dev->header_ops->validate) in dev_validate_header()
3241 return dev->header_ops->validate(ll_header, len); in dev_validate_header()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/ieee802154/
H A DMakefile7 header_ops.o sysfs.o nl802154.o trace.o
/OK3568_Linux_fs/kernel/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()
H A Dhdlc_cisco.c323 static const struct header_ops cisco_header_ops = {
373 dev->header_ops = &cisco_header_ops; in cisco_ioctl()
H A Ddlci.c454 static const struct header_ops dlci_header_ops = {
471 dev->header_ops = &dlci_header_ops; in dlci_setup()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan_dev.c513 static const struct header_ops vlan_header_ops = {
532 static const struct header_ops vlan_passthru_header_ops = {
592 dev->header_ops = &vlan_passthru_header_ops; in vlan_dev_init()
595 dev->header_ops = &vlan_header_ops; in vlan_dev_init()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dslip_kern.c34 dev->header_ops = NULL; in slip_init()
H A Dslirp_kern.c36 dev->header_ops = NULL; in slirp_init()
/OK3568_Linux_fs/kernel/net/ethernet/
H A Deth.c347 const struct header_ops eth_header_ops ____cacheline_aligned = {
363 dev->header_ops = &eth_header_ops; in ether_setup()
/OK3568_Linux_fs/kernel/net/mac802154/
H A Diface.c497 static const struct header_ops mac802154_header_ops = {
585 sdata->dev->header_ops = &mac802154_header_ops; in ieee802154_setup_sdata()
591 wpan_dev->header_ops = &ieee802154_header_ops; in ieee802154_setup_sdata()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap.h36 extern const struct header_ops hostap_80211_ops;
/OK3568_Linux_fs/kernel/net/bluetooth/
H A D6lowpan.c587 static const struct header_ops header_ops = { variable
600 dev->header_ops = &header_ops; in netdev_setup()
/OK3568_Linux_fs/kernel/net/ax25/
H A Dax25_ip.c242 const struct header_ops ax25_header_ops = {
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_device.c230 static const struct header_ops hsr_header_ops = {
468 dev->header_ops = &hsr_header_ops; in hsr_dev_setup()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_gre.c631 if (dev->header_ops) { in ipgre_xmit()
757 if (dev->header_ops) in ipgre_link_update()
875 static const struct header_ops ipgre_header_ops = {
1000 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init()
1006 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init()
/OK3568_Linux_fs/kernel/net/mpls/
H A Dmpls_iptunnel.c107 if (!out_dev->header_ops) in mpls_xmit()

1234