Searched refs:sm_len (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | ip_sync.h | 21 int sm_len; /* length of the data section */ member 78 #define sl_len sl_hdr.sm_len
|
| D | ip_sync.c | 445 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/ |
| D | ipfsyncd.c | 470 len = ntohl(sh->sm_len); 534 len = ntohl(sh->sm_len); 670 ntohl(sh->sm_num), ntohl(sh->sm_len), ntohl(sh->sm_magic));
|
| D | ipsyncm.c | 155 len = ntohl(sh->sm_len);
|
| D | ipsyncs.c | 173 len = ntohl(sh->sm_len);
|
| /freebsd-12-stable/sbin/ipf/ipfsync/ |
| D | ipfsyncd.c | 470 len = ntohl(sh->sm_len); 534 len = ntohl(sh->sm_len); 670 ntohl(sh->sm_num), ntohl(sh->sm_len), ntohl(sh->sm_magic));
|
| D | ipsyncm.c | 155 len = ntohl(sh->sm_len);
|
| D | ipsyncs.c | 173 len = ntohl(sh->sm_len);
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_core.h | 132 u8 *status_message, size_t sm_len);
|
| D | mlx5_port.c | 1225 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()
|