Lines Matching refs:flow_header
423 struct necp_client_flow_header flow_header; member
8647 length = sizeof(header.flow_header.flow_id); in necp_client_fillout_flow_tlvs()
8648 header.flow_header.flow_id_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
8649 header.flow_header.flow_id_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
8650 uuid_copy(header.flow_header.flow_id, flow_registration->registration_id); in necp_client_fillout_flow_tlvs()
8686 length = sizeof(header.flow_header.flags_value); in necp_client_fillout_flow_tlvs()
8687 header.flow_header.flags_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
8688 header.flow_header.flags_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
8699 header.flow_header.flags_value = flags; in necp_client_fillout_flow_tlvs()
8702 length = sizeof(header.flow_header.interface_value); in necp_client_fillout_flow_tlvs()
8703 header.flow_header.interface_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
8704 header.flow_header.interface_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
8710 header.flow_header.interface_value = interface_struct; in necp_client_fillout_flow_tlvs()
8738 header.flow_header.outer_header.type = type; in necp_client_fillout_flow_tlvs()
8739 header.flow_header.outer_header.length = length; in necp_client_fillout_flow_tlvs()