Searched refs:payload_off (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | strobemeta.h | 462 size_t payload_off; member 473 ctx->payload_off ^= index; in read_var_callback() 474 barrier_var(ctx->payload_off); in read_var_callback() 475 ctx->payload_off ^= index; in read_var_callback() 485 if (ctx->payload_off > sizeof(ctx->data->payload) - READ_MAP_VAR_PAYLOAD_CAP) in read_var_callback() 487 ctx->payload_off = read_map_var(ctx->cfg, index, ctx->tls_base, in read_var_callback() 488 ctx->value, ctx->data, ctx->payload_off); in read_var_callback() 493 if (ctx->payload_off > sizeof(ctx->data->payload) - STROBE_MAX_STR_LEN) in read_var_callback() 495 ctx->payload_off = read_str_var(ctx->cfg, index, ctx->tls_base, in read_var_callback() 496 ctx->value, ctx->data, ctx->payload_off); in read_var_callback() [all …]
|
D | test_cls_redirect.c | 383 const int payload_off = in accept_locally() local 386 int32_t encap_overhead = payload_off - sizeof(struct ethhdr); in accept_locally() 407 const int payload_off = in forward_with_gre() local 411 payload_off - sizeof(struct ethhdr) - sizeof(struct iphdr); in forward_with_gre() 428 skb, payload_off + offsetof(struct ipv6hdr, hop_limit), in forward_with_gre() 442 skb, payload_off + offsetof(struct ipv6hdr, hop_limit), in forward_with_gre() 453 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, in forward_with_gre() 470 skb, payload_off + offsetof(struct iphdr, check), ttl, in forward_with_gre() 479 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, 1, in forward_with_gre()
|
D | test_cls_redirect_dynptr.c | 275 const int payload_off = in accept_locally() local 278 int32_t encap_overhead = payload_off - sizeof(struct ethhdr); in accept_locally() 297 const int payload_off = in forward_with_gre() local 301 payload_off - sizeof(struct ethhdr) - sizeof(struct iphdr); in forward_with_gre() 322 skb, payload_off + offsetof(struct ipv6hdr, hop_limit), in forward_with_gre() 336 skb, payload_off + offsetof(struct ipv6hdr, hop_limit), in forward_with_gre() 347 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, in forward_with_gre() 364 skb, payload_off + offsetof(struct iphdr, check), ttl, in forward_with_gre() 373 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, 1, in forward_with_gre()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 1581 int payload_off, int tcp_ts, in bnxt_gro_func_5731x() argument 1647 int payload_off, int tcp_ts, in bnxt_gro_func_5750x() argument 1679 int payload_off, int tcp_ts, in bnxt_gro_func_5730x() argument 1692 nw_off = payload_off - BNXT_IPV4_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x() 1703 nw_off = payload_off - BNXT_IPV6_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x() 1729 int payload_off; in bnxt_gro_skb() local 1741 payload_off = TPA_END_PAYLOAD_OFF_P5(tpa_end1); in bnxt_gro_skb() 1743 payload_off = TPA_END_PAYLOAD_OFF(tpa_end); in bnxt_gro_skb() 1744 skb = bp->gro_func(tpa_info, payload_off, TPA_END_GRO_TS(tpa_end), skb); in bnxt_gro_skb()
|