Home
last modified time | relevance | path

Searched refs:payload_off (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h460 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 …]
H A Dtest_cls_redirect_dynptr.c273 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()
H A Dtest_cls_redirect.c380 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()
/openbmc/u-boot/board/BuR/brppt1/
H A Dconfig.mk10 payload_off :=$(shell printf "%d" $(CONFIG_SYS_SPI_U_BOOT_OFFS))
12 quiet_cmd_prodbin = PRODBIN $@ $(payload_off)
16 dd bs=1 if=u-boot-dtb.img of=$@ seek=$(payload_off) 2>/dev/null
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1407 int payload_off, int tcp_ts, in bnxt_gro_func_5731x() argument
1473 int payload_off, int tcp_ts, in bnxt_gro_func_5750x() argument
1505 int payload_off, int tcp_ts, in bnxt_gro_func_5730x() argument
1518 nw_off = payload_off - BNXT_IPV4_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()
1529 nw_off = payload_off - BNXT_IPV6_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()
1555 int payload_off; in bnxt_gro_skb() local
1567 payload_off = TPA_END_PAYLOAD_OFF_P5(tpa_end1); in bnxt_gro_skb()
1569 payload_off = TPA_END_PAYLOAD_OFF(tpa_end); in bnxt_gro_skb()
1570 skb = bp->gro_func(tpa_info, payload_off, TPA_END_GRO_TS(tpa_end), skb); in bnxt_gro_skb()