Searched refs:saved_len (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | migrate_reuseport.c | 148 static int setup_fastopen(char *buf, int size, int *saved_len, bool restore) in setup_fastopen() argument 157 len = write(fd, buf, *saved_len); in setup_fastopen() 158 if (!ASSERT_EQ(len, *saved_len, "write - restore")) in setup_fastopen() 161 *saved_len = read(fd, buf, size); in setup_fastopen() 162 if (!ASSERT_GE(*saved_len, 1, "read")) { in setup_fastopen() 459 int err, saved_len; in run_test() local 473 err = setup_fastopen(buf, sizeof(buf), &saved_len, false); in run_test() 539 err = setup_fastopen(buf, sizeof(buf), &saved_len, true); in run_test()
|
/openbmc/linux/net/core/ |
H A D | bpf_sk_storage.c | 590 unsigned int saved_len; in bpf_sk_storage_diag_put_all() local 606 saved_len = skb->len; in bpf_sk_storage_diag_put_all() 619 if (saved_len == skb->len) in bpf_sk_storage_diag_put_all() 644 unsigned int saved_len; in bpf_sk_storage_diag_put() local 667 saved_len = skb->len; in bpf_sk_storage_diag_put() 685 if (saved_len == skb->len) in bpf_sk_storage_diag_put()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 949 unsigned int saved_len; in svcauth_gss_unwrap_priv() local 964 saved_len = buf->len; in svcauth_gss_unwrap_priv() 968 xdr->nwords -= XDR_QUADLEN(saved_len - buf->len); in svcauth_gss_unwrap_priv()
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.h | 240 u32 saved_len; member
|
H A D | efct_hw.c | 432 io->saved_len = len; in efct_hw_wq_process_io() 463 len = io->saved_len; in efct_hw_wq_process_io() 1875 len = io->saved_len; in efct_hw_wq_process_abort() 2472 u32 len = io->saved_len; in efct_hw_xabt_process()
|
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 3765 u32 saved_len, rec_len, transact_id; in log_replay() local 4957 saved_len = dlen; in log_replay() 4972 if (!saved_len) in log_replay() 4973 saved_len = 1; in log_replay() 4995 if (!dlen && saved_len) in log_replay()
|