Home
last modified time | relevance | path

Searched refs:rep_len (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnf_nat_helper.c30 unsigned int rep_len) in mangle_contents() argument
38 memmove(data + match_offset + rep_len, in mangle_contents()
44 memcpy(data + match_offset, rep_buffer, rep_len); in mangle_contents()
47 if (rep_len > match_len) { in mangle_contents()
49 "%u from %u bytes\n", rep_len - match_len, skb->len); in mangle_contents()
50 skb_put(skb, rep_len - match_len); in mangle_contents()
53 "%u from %u bytes\n", match_len - rep_len, skb->len); in mangle_contents()
54 __skb_trim(skb, skb->len + rep_len - match_len); in mangle_contents()
93 unsigned int rep_len, bool adjust) in __nf_nat_mangle_tcp_packet() argument
101 if (rep_len > match_len && in __nf_nat_mangle_tcp_packet()
[all …]
/linux-6.1.9/tools/accounting/
Dprocacct.c179 int rep_len; in get_family_id() local
188 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id()
190 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id()
264 int c, rc, rep_len, aggr_len, len2; in main() local
356 rep_len = recv(nl_sd, &msg, sizeof(msg), 0); in main()
357 PRINTF("received %d bytes\n", rep_len); in main()
359 if (rep_len < 0) { in main()
365 !NLMSG_OK((&msg.n), rep_len)) { in main()
374 sizeof(struct nlmsghdr), msg.n.nlmsg_len, rep_len); in main()
377 rep_len = GENLMSG_PAYLOAD(&msg.n); in main()
[all …]
Dgetdelays.c172 int rep_len; in get_family_id() local
181 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id()
183 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id()
275 int c, rc, rep_len, aggr_len, len2; in main() local
462 rep_len = recv(nl_sd, &msg, sizeof(msg), 0); in main()
463 PRINTF("received %d bytes\n", rep_len); in main()
465 if (rep_len < 0) { in main()
471 !NLMSG_OK((&msg.n), rep_len)) { in main()
479 sizeof(struct nlmsghdr), msg.n.nlmsg_len, rep_len); in main()
482 rep_len = GENLMSG_PAYLOAD(&msg.n); in main()
[all …]
/linux-6.1.9/include/net/netfilter/
Dnf_nat_helper.h15 unsigned int rep_len, bool adjust);
24 unsigned int rep_len) in nf_nat_mangle_tcp_packet() argument
28 rep_buffer, rep_len, true); in nf_nat_mangle_tcp_packet()
35 unsigned int rep_len);
/linux-6.1.9/drivers/scsi/
Dsd_zbc.c149 unsigned int rep_len; in sd_zbc_do_report_zones() local
172 rep_len = get_unaligned_be32(&buf[0]); in sd_zbc_do_report_zones()
173 if (rep_len < 64) { in sd_zbc_do_report_zones()
176 rep_len); in sd_zbc_do_report_zones()
Dscsi_debug.c4481 u32 alloc_len, rep_opts, rep_len; in resp_report_zones() local
4608 rep_len = (unsigned long)desc - (unsigned long)arr; in resp_report_zones()
4609 ret = fill_from_dev_buffer(scp, arr, min_t(u32, alloc_len, rep_len)); in resp_report_zones()
/linux-6.1.9/drivers/input/touchscreen/
Dcyttsp4_core.c974 u8 rep_len; in cyttsp4_xy_worker() local
991 rep_len = si->xy_mode[si->si_ofs.rep_ofs]; in cyttsp4_xy_worker()
995 "hst_mode=", hst_mode, "rep_len=", rep_len, in cyttsp4_xy_worker()
1001 if (rep_len == 0 && num_cur_tch > 0) { in cyttsp4_xy_worker()
1003 __func__, rep_len, num_cur_tch); in cyttsp4_xy_worker()
/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_ep11misc.c390 struct ep11_cprb *rep, size_t rep_len) in prep_urb() argument
397 u->resp_len = rep_len; in prep_urb()