Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnf_nat_helper.c30 unsigned int rep_len) in mangle_contents() argument
38 memmove(data + match_offset + rep_len, in mangle_contents()
47 if (rep_len > match_len) { in mangle_contents()
50 skb_put(skb, 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()
103 !enlarge_skb(skb, rep_len - match_len)) in __nf_nat_mangle_tcp_packet()
117 if (adjust && rep_len != match_len) in __nf_nat_mangle_tcp_packet()
119 (int)rep_len - (int)match_len); in __nf_nat_mangle_tcp_packet()
143 unsigned int rep_len) in nf_nat_mangle_udp_packet() argument
[all …]
/linux-6.3-rc2/tools/accounting/
A 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; in main() local
351 rep_len = recv(nl_sd, &msg, sizeof(msg), 0); in main()
352 PRINTF("received %d bytes\n", rep_len); in main()
354 if (rep_len < 0) { in main()
360 !NLMSG_OK((&msg.n), rep_len)) { in main()
369 sizeof(struct nlmsghdr), msg.n.nlmsg_len, rep_len); in main()
372 rep_len = GENLMSG_PAYLOAD(&msg.n); in main()
[all …]
A 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.3-rc2/include/net/netfilter/
A 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.3-rc2/drivers/scsi/
A Dsd_zbc.c155 unsigned int rep_len; in sd_zbc_do_report_zones() local
177 rep_len = get_unaligned_be32(&buf[0]); in sd_zbc_do_report_zones()
178 if (rep_len < 64) { in sd_zbc_do_report_zones()
181 rep_len); in sd_zbc_do_report_zones()
A Dscsi_debug.c4479 u32 alloc_len, rep_opts, rep_len; in resp_report_zones() local
4606 rep_len = (unsigned long)desc - (unsigned long)arr; in resp_report_zones()
4607 ret = fill_from_dev_buffer(scp, arr, min_t(u32, alloc_len, rep_len)); in resp_report_zones()
/linux-6.3-rc2/drivers/input/touchscreen/
A 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.3-rc2/drivers/s390/crypto/
A Dzcrypt_ep11misc.c390 struct ep11_cprb *rep, size_t rep_len) in prep_urb() argument
397 u->resp_len = rep_len; in prep_urb()

Completed in 38 milliseconds