adjust_head_location 1609 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	if (nfp_prog->adjust_head_location != UINT_MAX) {
adjust_head_location 1610 drivers/net/ethernet/netronome/nfp/bpf/jit.c 		if (WARN_ON_ONCE(nfp_prog->adjust_head_location != meta->n))
adjust_head_location  536 drivers/net/ethernet/netronome/nfp/bpf/main.h 	unsigned int adjust_head_location;
adjust_head_location   69 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	if (nfp_prog->adjust_head_location) {
adjust_head_location   71 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 		if (nfp_prog->adjust_head_location != meta->n)
adjust_head_location   80 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 	nfp_prog->adjust_head_location = location;