Searched refs:pkthdr (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/arcnet/ |
H A D | rfc1051.c | 41 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 D | arc-rawmode.c | 40 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 D | rfc1201.c | 42 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 D | capmode.c | 43 struct archdr *pkthdr, int length) in rx() argument 76 pkthdrbuf = (char *)pkthdr; in rx()
|
H A D | arcnet.c | 63 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 D | arcdevice.h | 199 struct archdr *pkthdr, int length);
|
/openbmc/linux/net/tipc/ |
H A D | msg.c | 376 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 D | ebt_ip6.c | 26 union pkthdr { union 43 const union pkthdr *pptr; in ebt_ip6_mt() 44 union pkthdr _pkthdr; in ebt_ip6_mt()
|
H A D | ebt_ip.c | 23 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 D | dsim.h | 28 unsigned int pkthdr; member
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_mipi_dsi_lowlevel.c | 609 writel(reg, &mipi_dsim->pkthdr); in exynos_mipi_dsi_wr_tx_header()
|