Searched refs:len_hops (Results 1 – 1 of 1) sorted by relevance
1301 struct ddpehdr *ddp, __u16 len_hops, int origlen) in atalk_route_packet() argument1329 len_hops += 1 << 10; in atalk_route_packet()1330 if (!rt || !(len_hops & (15 << 10))) in atalk_route_packet()1348 ddp_dl->header_length + (len_hops & 1023)))); in atalk_route_packet()1351 ddp->deh_len_hops = htons(len_hops); in atalk_route_packet()1409 __u16 len_hops; in atalk_rcv() local1424 len_hops = ntohs(ddp->deh_len_hops); in atalk_rcv()1428 skb_trim(skb, min_t(unsigned int, skb->len, len_hops & 1023)); in atalk_rcv()1437 "skb->len=%u)\n", len_hops & 1023, skb->len); in atalk_rcv()1446 atalk_checksum(skb, len_hops & 1023) != ddp->deh_sum) in atalk_rcv()[all …]