Home
last modified time | relevance | path

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

/linux/drivers/net/arcnet/
H A Drfc1051.c41 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 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 Dcapmode.c43 struct archdr *pkthdr, int length) in rx() argument
76 pkthdrbuf = (char *)pkthdr; in rx()
H A Darcnet.c64 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 Dmsg.c388 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 Debt_ip.c23 union pkthdr { union
43 const union pkthdr *pptr; in ebt_ip_mt()
44 union pkthdr _pkthdr; in ebt_ip_mt()
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()