Searched refs:sm_len (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_sync.c | 444 sh.sm_len = ntohl(sh.sm_len); in ipf_sync_write() 450 sh.sm_table, sh.sm_rev, sh.sm_len, in ipf_sync_write() 501 if (sh.sm_len == 0 || sh.sm_len > sizeof(data)) { in ipf_sync_write() 504 sh.sm_len); in ipf_sync_write() 509 if (uio->uio_resid >= sh.sm_len) { in ipf_sync_write() 511 err = UIOMOVE(&data, sh.sm_len, UIO_WRITE, uio); in ipf_sync_write() 522 sh.sm_len); in ipf_sync_write() 537 sh.sm_len, (int)uio->uio_resid); in ipf_sync_write() 657 if (sp->sm_len != sizeof(sn)) { in ipf_sync_state() 728 if (sp->sm_len != sizeof(su)) { in ipf_sync_state() [all …]
|
| H A D | ip_sync.h | 19 int sm_len; /* length of the data section */ member 76 #define sl_len sl_hdr.sm_len
|
| /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()
|