Home
last modified time | relevance | path

Searched refs:pkthdr (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/arcnet/
H A Drfc1051.c41 struct archdr *pkthdr, int length);
122 struct archdr *pkthdr, int length) in rx() argument
126 struct archdr *pkt = pkthdr; in rx()
147 memcpy(pkt, pkthdr, sizeof(struct archdr)); in rx()
H A Darc-rawmode.c40 struct archdr *pkthdr, int length) in rx() argument
44 struct archdr *pkt = pkthdr; in rx()
68 memcpy(pkt, pkthdr, sizeof(struct archdr)); in rx()
H A Drfc1201.c42 struct archdr *pkthdr, int length);
133 struct archdr *pkthdr, int length) in rx() argument
137 struct archdr *pkt = pkthdr; in rx()
138 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx()
195 memcpy(pkt, pkthdr, sizeof(struct archdr)); in rx()
303 memcpy(pkt, pkthdr, ARC_HDR_SIZE + RFC1201_HDR_SIZE); in rx()
H A Dcapmode.c43 struct archdr *pkthdr, int length) in rx() argument
76 pkthdrbuf = (char *)pkthdr; in rx()
H A Darcnet.c63 struct archdr *pkthdr, int length);
1177 struct archdr *pkthdr, int length) in null_rx() argument
1181 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
H A Darcdevice.h199 struct archdr *pkthdr, int length);
/openbmc/linux/net/tipc/
H A Dmsg.c376 struct tipc_msg pkthdr; in tipc_msg_build() local
415 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, in tipc_msg_build()
417 msg_set_size(&pkthdr, pktmax); in tipc_msg_build()
418 msg_set_fragm_no(&pkthdr, pktno); in tipc_msg_build()
419 msg_set_importance(&pkthdr, msg_importance(mhdr)); in tipc_msg_build()
428 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build()
460 msg_set_type(&pkthdr, FRAGMENT); in tipc_msg_build()
461 msg_set_size(&pkthdr, pktsz); in tipc_msg_build()
462 msg_set_fragm_no(&pkthdr, ++pktno); in tipc_msg_build()
463 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build()
/openbmc/linux/net/bridge/netfilter/
H A Debt_ip6.c26 union pkthdr { union
43 const union pkthdr *pptr; in ebt_ip6_mt()
44 union pkthdr _pkthdr; in ebt_ip6_mt()
H A Debt_ip.c23 union pkthdr { union
43 const union pkthdr *pptr; in ebt_ip_mt()
44 union pkthdr _pkthdr; in ebt_ip_mt()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h28 unsigned int pkthdr; member
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c609 writel(reg, &mipi_dsim->pkthdr); in exynos_mipi_dsi_wr_tx_header()