Searched refs:pkthdr (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/arcnet/ |
H A D | arc-rawmode.c | 40 struct archdr *pkthdr, int length) rx() 44 struct archdr *pkt = pkthdr; rx() 68 memcpy(pkt, pkthdr, sizeof(struct archdr)); rx() 39 rx(struct net_device *dev, int bufnum, struct archdr *pkthdr, int length) rx() argument
|
H A D | rfc1051.c | 41 struct archdr *pkthdr, int length); 122 struct archdr *pkthdr, int length) rx() 126 struct archdr *pkt = pkthdr; rx() 147 memcpy(pkt, pkthdr, sizeof(struct archdr)); rx() 121 rx(struct net_device *dev, int bufnum, struct archdr *pkthdr, int length) rx() argument
|
H A D | capmode.c | 43 struct archdr *pkthdr, int length) rx() 47 struct archdr *pkt = pkthdr; rx() 76 pkthdrbuf = (char *)pkthdr; rx() 42 rx(struct net_device *dev, int bufnum, struct archdr *pkthdr, int length) rx() argument
|
H A D | rfc1201.c | 42 struct archdr *pkthdr, int length); 133 struct archdr *pkthdr, int length) rx() 137 struct archdr *pkt = pkthdr; rx() 138 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; rx() 195 memcpy(pkt, pkthdr, sizeof(struct archdr)); rx() 303 memcpy(pkt, pkthdr, ARC_HDR_SIZE + RFC1201_HDR_SIZE); rx() 132 rx(struct net_device *dev, int bufnum, struct archdr *pkthdr, int length) rx() argument
|
H A D | arcnet.c | 62 struct archdr *pkthdr, int length); 1067 struct archdr *pkthdr, int length) null_rx() 1071 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); null_rx() 1066 null_rx(struct net_device *dev, int bufnum, struct archdr *pkthdr, int length) null_rx() argument
|
H A D | arcdevice.h | 202 struct archdr *pkthdr, int length);
|
/linux-4.4.14/net/bridge/netfilter/ |
H A D | ebt_ip6.c | 25 union pkthdr { union 42 const union pkthdr *pptr; ebt_ip6_mt() 43 union pkthdr _pkthdr; ebt_ip6_mt()
|
/linux-4.4.14/net/tipc/ |
H A D | msg.c | 253 struct tipc_msg pkthdr; tipc_msg_build() local 276 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, tipc_msg_build() local 278 msg_set_size(&pkthdr, pktmax); tipc_msg_build() 279 msg_set_fragm_no(&pkthdr, pktno); tipc_msg_build() 280 msg_set_importance(&pkthdr, msg_importance(mhdr)); tipc_msg_build() 289 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); tipc_msg_build() 321 msg_set_type(&pkthdr, FRAGMENT); tipc_msg_build() 322 msg_set_size(&pkthdr, pktsz); tipc_msg_build() 323 msg_set_fragm_no(&pkthdr, ++pktno); tipc_msg_build() 324 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); tipc_msg_build()
|
Completed in 597 milliseconds