Searched refs:pkthdr (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | msg.c | 253 struct tipc_msg pkthdr; in tipc_msg_build() local 276 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, in tipc_msg_build() 278 msg_set_size(&pkthdr, pktmax); in tipc_msg_build() 279 msg_set_fragm_no(&pkthdr, pktno); in tipc_msg_build() 280 msg_set_importance(&pkthdr, msg_importance(mhdr)); in tipc_msg_build() 289 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build() 321 msg_set_type(&pkthdr, FRAGMENT); in tipc_msg_build() 322 msg_set_size(&pkthdr, pktsz); in tipc_msg_build() 323 msg_set_fragm_no(&pkthdr, ++pktno); in tipc_msg_build() 324 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build()
|
/linux-4.4.14/drivers/net/arcnet/ |
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()
|
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()
|
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()
|
D | capmode.c | 43 struct archdr *pkthdr, int length) in rx() argument 47 struct archdr *pkt = pkthdr; in rx() 76 pkthdrbuf = (char *)pkthdr; in rx()
|
D | arcnet.c | 62 struct archdr *pkthdr, int length); 1067 struct archdr *pkthdr, int length) in null_rx() argument 1071 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
|
D | arcdevice.h | 202 struct archdr *pkthdr, int length);
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_ip6.c | 25 union pkthdr { union 42 const union pkthdr *pptr; in ebt_ip6_mt() 43 union pkthdr _pkthdr; in ebt_ip6_mt()
|