Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_sync.h19 int sm_len; /* length of the data section */ member
76 #define sl_len sl_hdr.sm_len
H A Dip_sync.c441 sh.sm_len = ntohl(sh.sm_len); in ipf_sync_write()
447 sh.sm_table, sh.sm_rev, sh.sm_len, in ipf_sync_write()
498 if (sh.sm_len == 0) { in ipf_sync_write()
506 if (uio->uio_resid >= sh.sm_len) { in ipf_sync_write()
508 err = UIOMOVE(data, sh.sm_len, UIO_WRITE, uio); in ipf_sync_write()
519 sh.sm_len); in ipf_sync_write()
534 sh.sm_len, (int)uio->uio_resid); in ipf_sync_write()
1070 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); in ipf_sync_new()
1130 slu->sup_hdr.sm_len = htonl(sizeof(struct synctcp_update)); in ipf_sync_update()
/freebsd/sbin/ipf/ipfsync/
H A Dipfsyncd.c466 len = ntohl(sh->sm_len);
530 len = ntohl(sh->sm_len);
666 ntohl(sh->sm_num), ntohl(sh->sm_len), ntohl(sh->sm_magic));
H A Dipsyncm.c150 len = ntohl(sh->sm_len);
H A Dipsyncs.c168 len = ntohl(sh->sm_len);
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_core.h130 u8 *status_message, size_t sm_len);
H A Dmlx5_port.c1241 u16 *monitor_opcode, u8 *status_message, size_t sm_len) in mlx5_query_pddr_troubleshooting_info() argument
1260 sm_len); in mlx5_query_pddr_troubleshooting_info()