Searched refs:pkthdr (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/arcnet/ |
| H A D | rfc1051.c | 41 struct archdr *pkthdr, int length); 123 struct archdr *pkthdr, int length) in rx() argument 127 struct archdr *pkt = pkthdr; in rx() 148 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 | capmode.c | 43 struct archdr *pkthdr, int length) in rx() argument 76 pkthdrbuf = (char *)pkthdr; in rx()
|
| H A D | arcnet.c | 64 struct archdr *pkthdr, int length); 1179 struct archdr *pkthdr, int length) in null_rx() argument 1183 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
|
| /linux/net/tipc/ |
| H A D | msg.c | 388 struct tipc_msg pkthdr; in tipc_msg_build() 427 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, in tipc_msg_build() 429 msg_set_size(&pkthdr, pktmax); in tipc_msg_build() 430 msg_set_fragm_no(&pkthdr, pktno); in tipc_msg_build() 431 msg_set_importance(&pkthdr, msg_importance(mhdr)); in tipc_msg_build() 440 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build() 472 msg_set_type(&pkthdr, FRAGMENT); in tipc_msg_build() 473 msg_set_size(&pkthdr, pktsz); in tipc_msg_build() 474 msg_set_fragm_no(&pkthdr, ++pktno); in tipc_msg_build() 475 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZ in tipc_msg_build() 376 struct tipc_msg pkthdr; tipc_msg_build() local [all...] |
| /linux/net/bridge/netfilter/ |
| 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()
|
| 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()
|