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.c444 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 Dip_sync.h19 int sm_len; /* length of the data section */ member
76 #define sl_len sl_hdr.sm_len
/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()