Lines Matching full:jump
242 * field's value to jump to next header such as IHL field
247 /* location of jump to make */
248 const struct cxgb4_match_field *jump; member
251 /* Accept a rule with a jump to transport layer header based on IHL field in
256 /* TCP Jump */
268 .jump = cxgb4_tcp_fields,
271 /* UDP Jump */
283 .jump = cxgb4_udp_fields,
285 { .jump = NULL },
288 /* Accept a rule with a jump directly past the 40 Bytes of IPv6 fixed header
293 /* TCP Jump */
305 .jump = cxgb4_tcp_fields,
308 /* UDP Jump */
320 .jump = cxgb4_udp_fields,
322 { .jump = NULL },
334 struct cxgb4_link table[] __counted_by(size); /* Jump table */