/linux-6.1.9/net/netfilter/ |
D | nf_nat_helper.c | 30 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/ |
D | procacct.c | 179 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 …]
|
D | getdelays.c | 172 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/ |
D | nf_nat_helper.h | 15 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/ |
D | sd_zbc.c | 149 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()
|
D | scsi_debug.c | 4481 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/ |
D | cyttsp4_core.c | 974 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/ |
D | zcrypt_ep11misc.c | 390 struct ep11_cprb *rep, size_t rep_len) in prep_urb() argument 397 u->resp_len = rep_len; in prep_urb()
|