Home
last modified time | relevance | path

Searched refs:fd_local_port (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdlflow.c199 attr->fi_flow_desc.fd_local_port = in dladm_flow_parse_db()
201 attr->fi_flow_desc.fd_local_port = in dladm_flow_parse_db()
202 htons(attr->fi_flow_desc.fd_local_port); in dladm_flow_parse_db()
308 ntohs(attr->fi_flow_desc.fd_local_port))); in i_dladm_flow_fput_grp()
H A Dflowattr.c180 fdesc->fd_local_port = htons((uint16_t)val); in do_check_port()
409 ntohs(fdesc.fd_local_port)); in dladm_flow_attr_port2str()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_flow.h88 in_port_t fd_local_port; member
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_flow.c2256 fd->fd_local_port == l4info->l4_hash_port); in flow_transport_lport_match()
2391 if (fd->fd_local_port == 0) in flow_transport_accept_fe()
2421 fd->fd_local_port : fd->fd_remote_port; in flow_transport_hash_fe()
2436 return (fd1->fd_local_port == fd2->fd_local_port); in flow_transport_match_fe()
H A Dmac.c5309 ndesc->nd_sport = htons(fdesc->fd_local_port); in mac_write_flow_desc()
/titanic_44/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c252 mac_flow_proto2str(fdesc.fd_protocol), fdesc.fd_local_port, in mac_flow_dcmd_output()