NR_TRANSPORT_LEN  871 net/netrom/af_netrom.c 		skb_pull(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN);
NR_TRANSPORT_LEN 1071 net/netrom/af_netrom.c 	size = len + NR_NETWORK_LEN + NR_TRANSPORT_LEN;
NR_TRANSPORT_LEN 1083 net/netrom/af_netrom.c 	asmptr = skb_push(skb, NR_TRANSPORT_LEN);
NR_TRANSPORT_LEN   69 net/netrom/nr_dev.c 	unsigned char *buff = skb_push(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN);
NR_TRANSPORT_LEN  172 net/netrom/nr_dev.c 	dev->hard_header_len	= NR_NETWORK_LEN + NR_TRANSPORT_LEN;
NR_TRANSPORT_LEN   34 net/netrom/nr_in.c 	skb_pull(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN);
NR_TRANSPORT_LEN   35 net/netrom/nr_out.c 	unsigned char transport[NR_TRANSPORT_LEN];
NR_TRANSPORT_LEN   38 net/netrom/nr_out.c 	if (skb->len - NR_TRANSPORT_LEN > NR_MAX_PACKET_SIZE) {
NR_TRANSPORT_LEN   40 net/netrom/nr_out.c 		skb_copy_from_linear_data(skb, transport, NR_TRANSPORT_LEN);
NR_TRANSPORT_LEN   41 net/netrom/nr_out.c 		skb_pull(skb, NR_TRANSPORT_LEN);
NR_TRANSPORT_LEN   58 net/netrom/nr_out.c 			skb_push(skbn, NR_TRANSPORT_LEN);
NR_TRANSPORT_LEN   60 net/netrom/nr_out.c 						NR_TRANSPORT_LEN);
NR_TRANSPORT_LEN  126 net/netrom/nr_subr.c 	len = NR_NETWORK_LEN + NR_TRANSPORT_LEN;
NR_TRANSPORT_LEN  217 net/netrom/nr_subr.c 	len = NR_NETWORK_LEN + NR_TRANSPORT_LEN + 1;
NR_TRANSPORT_LEN  224 net/netrom/nr_subr.c 	dptr = skb_put(skbn, NR_NETWORK_LEN + NR_TRANSPORT_LEN);