NR_TRANSPORT_LEN 896 net/netrom/af_netrom.c skb_pull(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN); NR_TRANSPORT_LEN 1087 net/netrom/af_netrom.c size = len + NR_NETWORK_LEN + NR_TRANSPORT_LEN; NR_TRANSPORT_LEN 1099 net/netrom/af_netrom.c asmptr = skb_push(skb, NR_TRANSPORT_LEN); NR_TRANSPORT_LEN 102 net/netrom/nr_dev.c unsigned char *buff = skb_push(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN); NR_TRANSPORT_LEN 211 net/netrom/nr_dev.c dev->hard_header_len = NR_NETWORK_LEN + NR_TRANSPORT_LEN; NR_TRANSPORT_LEN 37 net/netrom/nr_in.c skb_pull(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN); NR_TRANSPORT_LEN 38 net/netrom/nr_out.c unsigned char transport[NR_TRANSPORT_LEN]; NR_TRANSPORT_LEN 41 net/netrom/nr_out.c if (skb->len - NR_TRANSPORT_LEN > NR_MAX_PACKET_SIZE) { NR_TRANSPORT_LEN 43 net/netrom/nr_out.c skb_copy_from_linear_data(skb, transport, NR_TRANSPORT_LEN); NR_TRANSPORT_LEN 44 net/netrom/nr_out.c skb_pull(skb, NR_TRANSPORT_LEN); NR_TRANSPORT_LEN 61 net/netrom/nr_out.c skb_push(skbn, NR_TRANSPORT_LEN); NR_TRANSPORT_LEN 63 net/netrom/nr_out.c NR_TRANSPORT_LEN); NR_TRANSPORT_LEN 129 net/netrom/nr_subr.c len = NR_NETWORK_LEN + NR_TRANSPORT_LEN; NR_TRANSPORT_LEN 220 net/netrom/nr_subr.c len = NR_NETWORK_LEN + NR_TRANSPORT_LEN + 1; NR_TRANSPORT_LEN 227 net/netrom/nr_subr.c dptr = skb_put(skbn, NR_NETWORK_LEN + NR_TRANSPORT_LEN);