__skb_put         224 net/802/garp.c 	gp = (struct garp_pdu_hdr *)__skb_put(skb, sizeof(*gp));
__skb_put         235 net/802/garp.c 	*(u8 *)__skb_put(app->pdu, sizeof(u8)) = GARP_END_MARK;
__skb_put         271 net/802/garp.c 	gm = (struct garp_msg_hdr *)__skb_put(app->pdu, sizeof(*gm));
__skb_put         302 net/802/garp.c 	ga = (struct garp_attr_hdr *)__skb_put(app->pdu, len);
__skb_put         361 net/bluetooth/bnep/core.c 		memcpy(__skb_put(nskb, ETH_HLEN), &s->eh, ETH_HLEN);
__skb_put         365 net/bluetooth/bnep/core.c 		memcpy(__skb_put(nskb, ETH_ALEN), s->eh.h_dest, ETH_ALEN);
__skb_put         366 net/bluetooth/bnep/core.c 		memcpy(__skb_put(nskb, ETH_ALEN), skb_mac_header(skb), ETH_ALEN);
__skb_put         367 net/bluetooth/bnep/core.c 		put_unaligned(s->eh.h_proto, (__be16 *) __skb_put(nskb, 2));
__skb_put         371 net/bluetooth/bnep/core.c 		memcpy(__skb_put(nskb, ETH_ALEN), skb_mac_header(skb),
__skb_put         373 net/bluetooth/bnep/core.c 		memcpy(__skb_put(nskb, ETH_ALEN + 2), s->eh.h_source,
__skb_put         378 net/bluetooth/bnep/core.c 		memcpy(__skb_put(nskb, ETH_ALEN * 2), skb_mac_header(skb),
__skb_put         380 net/bluetooth/bnep/core.c 		put_unaligned(s->eh.h_proto, (__be16 *) __skb_put(nskb, 2));
__skb_put         384 net/bluetooth/bnep/core.c 	skb_copy_from_linear_data(skb, __skb_put(nskb, skb->len), skb->len);
__skb_put          88 net/bluetooth/bnep/netdev.c 	__skb_put(skb, sizeof(*r));
__skb_put          97 net/bluetooth/bnep/netdev.c 		memcpy(__skb_put(skb, ETH_ALEN), start, ETH_ALEN);
__skb_put          98 net/bluetooth/bnep/netdev.c 		memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN);
__skb_put         105 net/bluetooth/bnep/netdev.c 			memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN);
__skb_put         106 net/bluetooth/bnep/netdev.c 			memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN);
__skb_put         112 net/bluetooth/bnep/netdev.c 			memcpy(__skb_put(skb, ETH_ALEN), dmi->dmi_addr, ETH_ALEN);
__skb_put         113 net/bluetooth/bnep/netdev.c 			memcpy(__skb_put(skb, ETH_ALEN), dmi->dmi_addr, ETH_ALEN);
__skb_put         753 net/bluetooth/rfcomm/core.c 	cmd = (void *) __skb_put(skb, sizeof(*cmd));
__skb_put          44 net/bridge/br_stp_bpdu.c 	memcpy(__skb_put(skb, length), data, length);
__skb_put         203 net/phonet/af_phonet.c 	__skb_put(skb, len);
__skb_put          97 net/phonet/pep.c 	__skb_put(skb, len);
__skb_put          67 net/xfrm/xfrm_ipcomp.c 	__skb_put(skb, len);