Searched refs:ddp_len (Results 1 – 2 of 2) sorted by relevance
120 ddplen = ddp_len(ddp); in interpret_at()142 ddp_len(ddp)); in interpret_at()174 ddp_len(ddp)); in interpret_at()
67 #define ddp_len(x) ((((x)->ddp_hop_len & 0x3) << 8) + (x)->ddp_len_lo) macro