Home
last modified time | relevance | path

Searched refs:sm_len (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_sync.h21 int sm_len; /* length of the data section */ member
78 #define sl_len sl_hdr.sm_len
Dip_sync.c445 sh.sm_len = ntohl(sh.sm_len); in ipf_sync_write()
451 sh.sm_table, sh.sm_rev, sh.sm_len, in ipf_sync_write()
502 if (sh.sm_len == 0) { in ipf_sync_write()
510 if (uio->uio_resid >= sh.sm_len) { in ipf_sync_write()
512 err = UIOMOVE(data, sh.sm_len, UIO_WRITE, uio); in ipf_sync_write()
523 sh.sm_len); in ipf_sync_write()
538 sh.sm_len, (int)uio->uio_resid); in ipf_sync_write()
1074 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); in ipf_sync_new()
1134 slu->sup_hdr.sm_len = htonl(sizeof(struct synctcp_update)); in ipf_sync_update()
/freebsd-12-stable/contrib/ipfilter/tools/
Dipfsyncd.c470 len = ntohl(sh->sm_len);
534 len = ntohl(sh->sm_len);
670 ntohl(sh->sm_num), ntohl(sh->sm_len), ntohl(sh->sm_magic));
Dipsyncm.c155 len = ntohl(sh->sm_len);
Dipsyncs.c173 len = ntohl(sh->sm_len);
/freebsd-12-stable/sbin/ipf/ipfsync/
Dipfsyncd.c470 len = ntohl(sh->sm_len);
534 len = ntohl(sh->sm_len);
670 ntohl(sh->sm_num), ntohl(sh->sm_len), ntohl(sh->sm_magic));
Dipsyncm.c155 len = ntohl(sh->sm_len);
Dipsyncs.c173 len = ntohl(sh->sm_len);
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_core.h132 u8 *status_message, size_t sm_len);
Dmlx5_port.c1225 u16 *monitor_opcode, u8 *status_message, size_t sm_len) in mlx5_query_pddr_troubleshooting_info() argument
1244 sm_len); in mlx5_query_pddr_troubleshooting_info()