Searched refs:pkthdr (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/arcnet/ |
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()
|
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()
|
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()
|
A D | capmode.c | 43 struct archdr *pkthdr, int length) in rx() argument 76 pkthdrbuf = (char *)pkthdr; in rx()
|
A D | arcnet.c | 63 struct archdr *pkthdr, int length); 1181 struct archdr *pkthdr, int length) in null_rx() argument 1185 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
|
A D | arcdevice.h | 197 struct archdr *pkthdr, int length);
|
/linux-6.3-rc2/net/tipc/ |
A D | msg.c | 372 struct tipc_msg pkthdr; in tipc_msg_build() local 411 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, in tipc_msg_build() 413 msg_set_size(&pkthdr, pktmax); in tipc_msg_build() 414 msg_set_fragm_no(&pkthdr, pktno); in tipc_msg_build() 415 msg_set_importance(&pkthdr, msg_importance(mhdr)); in tipc_msg_build() 424 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build() 456 msg_set_type(&pkthdr, FRAGMENT); in tipc_msg_build() 457 msg_set_size(&pkthdr, pktsz); in tipc_msg_build() 458 msg_set_fragm_no(&pkthdr, ++pktno); in tipc_msg_build() 459 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build()
|
/linux-6.3-rc2/net/bridge/netfilter/ |
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()
|
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()
|
Completed in 17 milliseconds