Searched refs:payload_off (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | strobemeta.h | 460 size_t payload_off; member 471 ctx->payload_off ^= index; in read_var_callback() 472 barrier_var(ctx->payload_off); in read_var_callback() 473 ctx->payload_off ^= index; in read_var_callback() 483 if (ctx->payload_off > sizeof(ctx->data->payload) - READ_MAP_VAR_PAYLOAD_CAP) in read_var_callback() 485 ctx->payload_off = read_map_var(ctx->cfg, index, ctx->tls_base, in read_var_callback() 486 ctx->value, ctx->data, ctx->payload_off); in read_var_callback() 491 if (ctx->payload_off > sizeof(ctx->data->payload) - STROBE_MAX_STR_LEN) in read_var_callback() 493 ctx->payload_off = read_str_var(ctx->cfg, index, ctx->tls_base, in read_var_callback() 494 ctx->value, ctx->data, ctx->payload_off); in read_var_callback() [all …]
|
D | test_cls_redirect_dynptr.c | 273 const int payload_off = in accept_locally() local 276 int32_t encap_overhead = payload_off - sizeof(struct ethhdr); in accept_locally() 295 const int payload_off = in forward_with_gre() local 299 payload_off - sizeof(struct ethhdr) - sizeof(struct iphdr); in forward_with_gre() 320 skb, payload_off + offsetof(struct ipv6hdr, hop_limit), in forward_with_gre() 334 skb, payload_off + offsetof(struct ipv6hdr, hop_limit), in forward_with_gre() 345 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, in forward_with_gre() 362 skb, payload_off + offsetof(struct iphdr, check), ttl, in forward_with_gre() 371 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, 1, in forward_with_gre()
|
D | test_cls_redirect.c | 380 const int payload_off = in accept_locally() local 383 int32_t encap_overhead = payload_off - sizeof(struct ethhdr); in accept_locally() 404 const int payload_off = in forward_with_gre() local 408 payload_off - sizeof(struct ethhdr) - sizeof(struct iphdr); in forward_with_gre() 425 skb, payload_off + offsetof(struct ipv6hdr, hop_limit), in forward_with_gre() 439 skb, payload_off + offsetof(struct ipv6hdr, hop_limit), in forward_with_gre() 450 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, in forward_with_gre() 467 skb, payload_off + offsetof(struct iphdr, check), ttl, in forward_with_gre() 476 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, 1, in forward_with_gre()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 1408 int payload_off, int tcp_ts, in bnxt_gro_func_5731x() argument 1474 int payload_off, int tcp_ts, in bnxt_gro_func_5750x() argument 1506 int payload_off, int tcp_ts, in bnxt_gro_func_5730x() argument 1519 nw_off = payload_off - BNXT_IPV4_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x() 1530 nw_off = payload_off - BNXT_IPV6_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x() 1556 int payload_off; in bnxt_gro_skb() local 1568 payload_off = TPA_END_PAYLOAD_OFF_P5(tpa_end1); in bnxt_gro_skb() 1570 payload_off = TPA_END_PAYLOAD_OFF(tpa_end); in bnxt_gro_skb() 1571 skb = bp->gro_func(tpa_info, payload_off, TPA_END_GRO_TS(tpa_end), skb); in bnxt_gro_skb()
|