Searched refs:sm_len (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_sync.h | 19 int sm_len; /* length of the data section */ member 76 #define sl_len sl_hdr.sm_len
|
H A D | ip_sync.c | 441 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 D | ipfsyncd.c | 466 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 D | ipsyncm.c | 150 len = ntohl(sh->sm_len);
|
H A D | ipsyncs.c | 168 len = ntohl(sh->sm_len);
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_core.h | 130 u8 *status_message, size_t sm_len);
|
H A D | mlx5_port.c | 1241 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()
|