Lines Matching refs:depth
820 u8 depth;
829 NL_SET_ERR_MSG(extack, "Missing MPLS option \"depth\"");
833 depth = nla_get_u8(tb[TCA_FLOWER_KEY_MPLS_OPT_LSE_DEPTH]);
835 /* LSE depth starts at 1, for consistency with terminology used by
836 * RFC 3031 (section 3.9), where depth 0 refers to unlabeled packets.
838 if (depth < 1 || depth > FLOW_DIS_MPLS_MAX) {
841 "Invalid MPLS depth");
844 lse_index = depth - 1;
1088 int depth, int option_len,
1110 if (!depth)
1176 int depth, int option_len,
1186 if (!depth)
1213 int depth, int option_len,
1224 if (!depth)